aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorYing Wang <wangying@google.co>2014-08-01 14:19:38 -0700
committerBen Murdoch <benm@google.com>2014-08-07 15:43:32 +0000
commit8d01bd8b61482f83539a7dbcec38df9a2e5a6c56 (patch)
treeb026a432e2cb47e3fcbde56dcec8cce831edc559 /tools
parentc43e1ba9cf40277dd496fe503e777906d2755251 (diff)
downloadlibbcc-8d01bd8b61482f83539a7dbcec38df9a2e5a6c56.tar.gz
Exclude only modules with prebuilt in prebuilts/sdk.
So we can do tapas build in the full platform source tree. Change-Id: I9bf8bcd61c9c9883a4ac7c94f2bc8db5025d59f0 (cherry picked from commit 1819690a18a6a122cd85dc8d0ef1004f08d3f3a0)
Diffstat (limited to 'tools')
-rw-r--r--tools/bcc_strip_attr/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/bcc_strip_attr/Android.mk b/tools/bcc_strip_attr/Android.mk
index 14ac4a3..a8296bc 100644
--- a/tools/bcc_strip_attr/Android.mk
+++ b/tools/bcc_strip_attr/Android.mk
@@ -16,9 +16,6 @@
LOCAL_PATH := $(call my-dir)
-# Don't build for unbundled branches
-ifeq (,$(TARGET_BUILD_APPS))
-
# Executable for host
# ========================================================
include $(CLEAR_VARS)
@@ -40,5 +37,3 @@ LOCAL_SRC_FILES := bcc_strip_attr.cpp
include $(LIBBCC_HOST_BUILD_MK)
include $(LLVM_HOST_BUILD_MK)
include $(BUILD_HOST_EXECUTABLE)
-
-endif # Don't build for unbundled branches