summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2016-01-28 10:18:58 +0100
committerYohann Roussel <yroussel@google.com>2016-01-28 10:20:44 +0100
commit9c0beee3d2da11af6a2861ab665cc0cb4cfbdba3 (patch)
treef7a446269d318139a0182fb22b220b25f80eaf7f
parenta8d65ad7cab997fcd4ff5ccbb95b75b5fa3dbc17 (diff)
downloadsdk-9c0beee3d2da11af6a2861ab665cc0cb4cfbdba3.tar.gz
PDK compilation now use Jack dogfood
It appears that it must use the same Jack version as image builds. Bug: 26510884 Change-Id: I7b5641fa260d2e636e94c4b27cd44b0fa9f7d6db
-rw-r--r--tools/jack_versions.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jack_versions.mk b/tools/jack_versions.mk
index 8540dee8a..684cdfbda 100644
--- a/tools/jack_versions.mk
+++ b/tools/jack_versions.mk
@@ -25,7 +25,7 @@ ifeq ($(JACK_DEFAULT_VERSION),)
$(error "$(ANDROID_JACK_DEFAULT_VERSION)" is an invalid value for ANDROID_JACK_DEFAULT_VERSION)
endif
else
-ifneq (,$(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)))
+ifneq (,$(TARGET_BUILD_APPS))
# Unbundled branches
JACK_DEFAULT_VERSION := $(JACK_STABLE_VERSION)
else