blob: b378f85c2cb44a1576b978e81ccc885a9351f524 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
include $(CLEAR_TBLGEN_VARS)
TBLGEN_TABLES := \
DiagnosticCommonKinds.inc \
DeclNodes.inc \
StmtNodes.inc
LOCAL_SRC_FILES := \
ELFHeader.cpp \
ObjectFileELF.cpp
LOCAL_MODULE := liblldbPluginObjectFileELF
LOCAL_MODULE_TAGS := optional
include $(LLDB_BUILD_MK)
include $(CLANG_VERSION_INC_MK)
include $(CLANG_TBLGEN_RULES_MK)
include $(BUILD_HOST_STATIC_LIBRARY)