From 74bebf6faed2d34814ffc3d46664330ea568f7b2 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Fri, 7 Mar 2014 15:55:14 -0800 Subject: Exclude the host aapt and aidl from PDK build. Bug: 13028632 Change-Id: I0f774b19be77462d0fa271088a4a5a152729d13c --- tools/aidl/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/aidl') 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 -- cgit v1.1