aboutsummaryrefslogtreecommitdiffstats
path: root/tools/acp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-02-29 13:20:29 -0800
committerDan Willemsen <dwillemsen@google.com>2016-03-01 13:16:53 -0800
commit479311bc7cd9170076b06056e4824f0f10d81216 (patch)
tree3365cbc7c36d3ea322f33a5168c81f68cdae9680 /tools/acp
parent7f016150a0ba2c45859a4020a93c9000fd94f436 (diff)
downloadplatform_build-479311bc7cd9170076b06056e4824f0f10d81216.tar.gz
platform_build-479311bc7cd9170076b06056e4824f0f10d81216.tar.bz2
platform_build-479311bc7cd9170076b06056e4824f0f10d81216.zip
Remove LOCAL_ACP_UNAVAILABLE
Now that copy-file-to-target doesn't use acp, nothing in the acp build path uses acp, so we don't need to special case it to prevent loops. Change-Id: I12810c1b064d0c03135a80077a76bc4c9cc18b24
Diffstat (limited to 'tools/acp')
-rw-r--r--tools/acp/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/acp/Android.mk b/tools/acp/Android.mk
index eec9c9db32..56aac141db 100644
--- a/tools/acp/Android.mk
+++ b/tools/acp/Android.mk
@@ -11,7 +11,6 @@ LOCAL_SRC_FILES := \
LOCAL_STATIC_LIBRARIES := libhost
LOCAL_MODULE := acp
-LOCAL_ACP_UNAVAILABLE := true
LOCAL_CXX_STL := none
include $(BUILD_HOST_EXECUTABLE)