blob: 904388758bce3b8b5d112e95d26b9a1436d06f71 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
include $(CLEAR_TBLGEN_VARS)
TBLGEN_TABLES := \
DiagnosticCommonKinds.inc \
DeclNodes.inc \
StmtNodes.inc
lldb_PluginSymbolVendorELF_SRC_FILES := \
SymbolVendorELF.cpp
LOCAL_SRC_FILES := $(lldb_PluginSymbolVendorELF_SRC_FILES)
LOCAL_MODULE:= liblldbPluginSymbolVendorELF
LOCAL_MODULE_TAGS := optional
include $(LLDB_BUILD_MK)
include $(CLANG_VERSION_INC_MK)
include $(CLANG_TBLGEN_RULES_MK)
include $(BUILD_HOST_STATIC_LIBRARY)