From ed0332659297c141650bf13cdb515b378a7146cf Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Fri, 1 Aug 2014 14:11:37 -0700 Subject: 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) --- shared_llvm.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'shared_llvm.mk') 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 -- cgit v1.1