summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-12-13 16:10:50 -0800
committerandroid-build-merger <android-build-merger@google.com>2015-12-13 16:10:50 -0800
commite5e8661f8595892999f9864c37cb87313876a383 (patch)
tree1ae6e90e0ff23387f3a3328f0e72369412c2cb36
parentacfd3d18a0e30c08960001c9ca4c3b08342e9631 (diff)
parenteb6561d6025da9f4c85cd5bd6dc4c7096831650c (diff)
downloadlibcxx-e5e8661f8595892999f9864c37cb87313876a383.tar.gz
Remove conditional of TARGET_BUILD_APPS.
am: eb6561d602 * commit 'eb6561d6025da9f4c85cd5bd6dc4c7096831650c': Remove conditional of TARGET_BUILD_APPS.
-rw-r--r--Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index c2afe4e89..f04ce0e27 100644
--- a/Android.mk
+++ b/Android.mk
@@ -94,9 +94,6 @@ LOCAL_MULTILIB := both
LOCAL_CXX_STL := none
include $(BUILD_HOST_STATIC_LIBRARY)
-# Don't build for unbundled branches
-ifeq (,$(TARGET_BUILD_APPS))
-
# host dynamic lib
include $(CLEAR_VARS)
LOCAL_MODULE := libc++
@@ -121,5 +118,3 @@ include $(BUILD_HOST_SHARED_LIBRARY)
ifdef LIBCXX_TESTING
include $(LOCAL_PATH)/buildcmds/Android.mk
endif
-
-endif # TARGET_BUILD_APPS