aboutsummaryrefslogtreecommitdiffstats
path: root/shared_llvm.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.co>2014-08-01 14:11:37 -0700
committerBen Murdoch <benm@google.com>2014-08-07 15:42:08 +0000
commited0332659297c141650bf13cdb515b378a7146cf (patch)
treed94e4a50152e966bed8890e98e44626d10fa7c52 /shared_llvm.mk
parent0e7612c18f67b96f3a235cf5e444974106b045d5 (diff)
downloadexternal_llvm-ed0332659297c141650bf13cdb515b378a7146cf.zip
external_llvm-ed0332659297c141650bf13cdb515b378a7146cf.tar.gz
external_llvm-ed0332659297c141650bf13cdb515b378a7146cf.tar.bz2
Exclude only modules with prebuilt in prebuilts/sdk.
So we can do tapas build in full platform source tree. Change-Id: I95d2b8bc569f6d19130f45c78915b4a48cdee3a6 (cherry picked from commit 689012a3e1b656ee6fffa3a4eb007bee9a55f404)
Diffstat (limited to 'shared_llvm.mk')
-rw-r--r--shared_llvm.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/shared_llvm.mk b/shared_llvm.mk
index 0b7dd78..bd886fe 100644
--- a/shared_llvm.mk
+++ b/shared_llvm.mk
@@ -1,6 +1,3 @@
-# Don't build the library in unbundled branches.
-ifeq (,$(TARGET_BUILD_APPS))
-
LOCAL_PATH:= $(call my-dir)
llvm_pre_static_libraries := \
@@ -135,5 +132,3 @@ include $(LLVM_DEVICE_BUILD_MK)
include $(BUILD_SHARED_LIBRARY)
endif
-
-endif # don't build in unbundled branches