aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Disassembler/llvm/Android.mk
blob: b39ebd0e73411c4ce1819c3283db2c5ce896ac99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)
include $(CLEAR_TBLGEN_VARS)

TBLGEN_TABLES := \
  DiagnosticCommonKinds.inc \
  DeclNodes.inc \
  StmtNodes.inc

LOCAL_SRC_FILES := \
  DisassemblerLLVMC.cpp

LOCAL_MODULE:= liblldbPluginDisassemblerLLVM
LOCAL_MODULE_TAGS := optional

include $(LLDB_BUILD_MK)
include $(CLANG_VERSION_INC_MK)
include $(CLANG_TBLGEN_RULES_MK)
include $(BUILD_HOST_STATIC_LIBRARY)