aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Android.mk')
-rw-r--r--source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Android.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Android.mk b/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Android.mk
new file mode 100644
index 000000000..7ca41fb53
--- /dev/null
+++ b/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Android.mk
@@ -0,0 +1,28 @@
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+include $(CLEAR_TBLGEN_VARS)
+
+TBLGEN_TABLES := \
+ CommentCommandList.inc \
+ DiagnosticCommonKinds.inc \
+ DeclNodes.inc \
+ StmtNodes.inc
+
+lldb_PluginLanguageRuntimeObjCAppleObjCRuntime_SRC_FILES := \
+ AppleObjCRuntime.cpp \
+ AppleObjCRuntimeV1.cpp \
+ AppleObjCRuntimeV2.cpp \
+ AppleObjCTrampolineHandler.cpp \
+ AppleObjCTypeVendor.cpp \
+ AppleThreadPlanStepThroughObjCTrampoline.cpp
+
+LOCAL_SRC_FILES := $(lldb_PluginLanguageRuntimeObjCAppleObjCRuntime_SRC_FILES)
+
+LOCAL_MODULE:= liblldbPluginLanguageRuntimeObjCAppleObjCRuntime
+LOCAL_MODULE_TAGS := optional
+
+include $(LLDB_BUILD_MK)
+include $(CLANG_VERSION_INC_MK)
+include $(CLANG_TBLGEN_RULES_MK)
+include $(BUILD_HOST_STATIC_LIBRARY)