From 295cf570d65b52bcc1875be2bfc234af202156f0 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Thu, 20 Sep 2012 10:37:39 -0700 Subject: [PATCH] Use prebuilt for PDK builds. Change-Id: Ief723fe137b7a3aa051837e3ca1079fea772357d --- tools/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Android.mk b/tools/Android.mk index d6badab6b2..a29cd3dda9 100644 --- a/tools/Android.mk +++ b/tools/Android.mk @@ -14,7 +14,7 @@ # limitations under the License. # -ifeq ($(TARGET_BUILD_APPS),) +ifeq (,$(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK))) LOCAL_PATH := $(call my-dir) include $(call first-makefiles-under,$(LOCAL_PATH)) endif