aboutsummaryrefslogtreecommitdiffstats
path: root/shared_llvm.mk
diff options
context:
space:
mode:
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