Fix configure+make build broken by r228943
authorTamas Berghammer <tberghammer@google.com>
Fri, 13 Feb 2015 10:39:23 +0000 (10:39 +0000)
committerTamas Berghammer <tberghammer@google.com>
Fri, 13 Feb 2015 10:39:23 +0000 (10:39 +0000)
llvm-svn: 229098

lldb/source/Host/Makefile
lldb/source/Plugins/Platform/Makefile

index 58809fb..0fa26d2 100644 (file)
@@ -32,4 +32,10 @@ ifeq ($(HOST_OS),MingW)
 DIRS += windows
 endif
 
+ifeq ($(HOST_OS),Android)
+DIRS += posix
+DIRS += linux
+DIRS += android
+endif
+
 include $(LLDB_LEVEL)/Makefile
index 1740a28..30ed654 100644 (file)
@@ -11,7 +11,7 @@ LLDB_LEVEL := ../../..
 
 include $(LLDB_LEVEL)/../../Makefile.config
 
-PARALLEL_DIRS := gdb-server MacOSX Linux FreeBSD POSIX Windows Kalimba
+PARALLEL_DIRS := gdb-server MacOSX Linux FreeBSD POSIX Windows Kalimba Android
 
 # ifeq ($(HOST_OS),Darwin)
 #   DIRS += MacOSX