aboutsummaryrefslogtreecommitdiff
path: root/lldb.mk
diff options
context:
space:
mode:
authorTodd Fiala <tfiala@google.com>2013-10-14 09:48:59 -0700
committerTodd Fiala <tfiala@google.com>2013-11-05 16:01:15 -0800
commitd55c5b19487ef22383a32548f1143f1dfac2478f (patch)
treebb5bf929961945f47d6e3e86d7f83cf349021e8d /lldb.mk
parent670e8f81114cc9ab17e16a60561b75856698b586 (diff)
downloadlldb-d55c5b19487ef22383a32548f1143f1dfac2478f.tar.gz
Add Android.mk support for building LLDB on Linux host.
This change adds support for building LLDB with the following build command from the top level: make FORCE_BUILD_LLVM_COMPONENTS=true ANDROID_BUILD_LLDB=true lldb There are known issues with the google linux host gcc 4.6.2+ variant currently used to build host executables. A follow up change will apply a temporary work-around that will be used until either the compiler is fixed or a new compiler is used. Change-Id: I18451f73cbe2264074cd8fba6397680855352a93
Diffstat (limited to 'lldb.mk')
-rw-r--r--lldb.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb.mk b/lldb.mk
new file mode 100644
index 000000000..ac928940d
--- /dev/null
+++ b/lldb.mk
@@ -0,0 +1,5 @@
+ifeq ($(LLDB_ROOT_PATH),)
+$(error Must set variable LLDB_ROOT_PATH before including this! $(LOCAL_PATH))
+endif
+
+LLDB_BUILD_MK := $(LLDB_ROOT_PATH)/lldb-build.mk