summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2016-02-18 20:02:29 +0000
committerYing Wang <wangying@google.com>2016-02-18 20:02:29 +0000
commitcc9d1287d7ff732537f2fc0d1514e79ede953381 (patch)
treef48e22978323328e63dad5f74689a312f854b5b9
parent0399abc79add384a7a8fd6a0b1aa94fcb9c8b51e (diff)
downloadandroid_external_apache-http-staging/cm-14.0.tar.gz
android_external_apache-http-staging/cm-14.0.tar.bz2
android_external_apache-http-staging/cm-14.0.zip
Don't build the stub org.apache.http.legacy.jar in PDK build.staging/cm-14.0
Change-Id: Iaacafbacba49c233f9a3859382b93f27e6d6773d
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 7bfe9bb..f44b4d4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -114,7 +114,7 @@ include $(BUILD_DROIDDOC)
apache_http_stubs_gen_stamp := $(full_target)
# For unbundled build we'll use the prebuilt jar from prebuilts/sdk.
-ifeq (,$(TARGET_BUILD_APPS))
+ifeq (,$(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)))
###############################################
# Build the stub source files into a jar.
include $(CLEAR_VARS)