summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-02 04:29:44 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-02 04:29:44 +0000
commitee60ceffbf3f6bc73b8c49f0198862e7ed2db230 (patch)
treee10df82065185fe30472bfe02d8dd0518783b206
parent07bddc5bef2bfcacf1fbddd17e0566a015b198a5 (diff)
parente1c17dc11af1d901f76ffc698bf8569c9decec01 (diff)
downloadsdk-ee60ceffbf3f6bc73b8c49f0198862e7ed2db230.tar.gz
release-request-53526352-7b51-4ab1-a661-632ffc55dd7c-for-git_oc-mr1-release-4371241 snap-temp-L10900000107789672
Change-Id: Iefbb7c9bfc49399cc53de392ab5492c067775e1b
-rw-r--r--current/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/current/Android.mk b/current/Android.mk
index a1e1f105a..6729f7274 100644
--- a/current/Android.mk
+++ b/current/Android.mk
@@ -21,7 +21,7 @@ LOCAL_PATH := $(call my-dir)
# For apps (unbundled) build, replace the typical
# make target artifacts with prebuilts.
-ifneq ($(TARGET_BUILD_APPS),)
+ifneq (,$(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)))
include $(CLEAR_VARS)
# Set up prebuilts for the core Support Library artifacts.
@@ -44,4 +44,4 @@ include $(BUILD_MULTI_PREBUILT)
# Generates the v4, v13, and appcompat libraries with static dependencies.
include $(call all-makefiles-under,$(LOCAL_PATH))
-endif # TARGET_BUILD_APPS not empty
+endif # TARGET_BUILD_APPS not empty or TARGET_BUILD_PDK set to True