release-request-53526352-7b51-4ab1-a661-632ffc55dd7c-for-git_oc-mr1-release-4371241 snap-temp-L10900000107789672

Change-Id: Iefbb7c9bfc49399cc53de392ab5492c067775e1b
diff --git a/current/Android.mk b/current/Android.mk
index a1e1f10..6729f72 100644
--- a/current/Android.mk
+++ b/current/Android.mk
@@ -21,7 +21,7 @@
 
 # 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 @@
 # 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