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

include $(CLEAR_VARS)
include $(CLEAR_TBLGEN_VARS)

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

lldb_PluginUnwindAssemblyx86_SRC_FILES := \
  UnwindAssembly-x86.cpp

LOCAL_SRC_FILES := $(lldb_PluginUnwindAssemblyx86_SRC_FILES)

LOCAL_MODULE:= liblldbPluginUnwindAssemblyx86
LOCAL_MODULE_TAGS := optional

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