android_mt6572_jiabo/external/lldb/source/Android.mk
2025-09-05 16:56:03 +08:00

23 lines
465 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
include $(CLEAR_TBLGEN_VARS)
TBLGEN_TABLES := \
DiagnosticCommonKinds.inc \
DeclNodes.inc \
StmtNodes.inc
lldb_InitAndLog_SRC_FILES := \
lldb.cpp \
lldb-log.cpp
LOCAL_SRC_FILES := $(lldb_InitAndLog_SRC_FILES)
LOCAL_MODULE:= liblldbInitAndLog
LOCAL_MODULE_TAGS := optional
include $(LLDB_BUILD_MK)
include $(CLANG_VERSION_INC_MK)
include $(CLANG_TBLGEN_RULES_MK)
include $(BUILD_HOST_STATIC_LIBRARY)