summaryrefslogtreecommitdiffstats
path: root/tools/aidl
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-03-08 01:54:52 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-08 01:54:52 +0000
commitf5f4d9306011ea1b10d25c959334f3e62df4447e (patch)
tree2a45b283ae061b160bb55a51aaa4e5135de15ba3 /tools/aidl
parent6f9f8e7aad2f74bc2089a081139111012e62f7db (diff)
parent74bebf6faed2d34814ffc3d46664330ea568f7b2 (diff)
downloadframeworks_base-f5f4d9306011ea1b10d25c959334f3e62df4447e.zip
frameworks_base-f5f4d9306011ea1b10d25c959334f3e62df4447e.tar.gz
frameworks_base-f5f4d9306011ea1b10d25c959334f3e62df4447e.tar.bz2
am 74bebf6f: Exclude the host aapt and aidl from PDK build.
* commit '74bebf6faed2d34814ffc3d46664330ea568f7b2': Exclude the host aapt and aidl from PDK build.
Diffstat (limited to 'tools/aidl')
-rw-r--r--tools/aidl/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/aidl/Android.mk b/tools/aidl/Android.mk
index 77d46ab..efd60a2 100644
--- a/tools/aidl/Android.mk
+++ b/tools/aidl/Android.mk
@@ -3,7 +3,7 @@
# Copies files into the directory structure described by a manifest
# This tool is prebuilt if we're doing an app-only build.
-ifeq ($(TARGET_BUILD_APPS),)
+ifeq ($(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)),)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -26,4 +26,4 @@ LOCAL_MODULE := aidl
include $(BUILD_HOST_EXECUTABLE)
-endif # TARGET_BUILD_APPS
+endif # No TARGET_BUILD_APPS or TARGET_BUILD_PDK