summaryrefslogtreecommitdiffstats
path: root/core/prebuilt_internal.mk
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-10-02 21:41:30 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-02 21:41:30 +0000
commiteb304c0d27fa96773ad52683ee4846e2e66ad61d (patch)
treee777fe97db4c7153305616df0e7064b95bdac464 /core/prebuilt_internal.mk
parent8e3bb6107d2699a5ada82ad46a80e5f0be07bb25 (diff)
parent0f85ebab4b040ad48867ffcccaaf83d815c406fb (diff)
downloadbuild-eb304c0d27fa96773ad52683ee4846e2e66ad61d.zip
build-eb304c0d27fa96773ad52683ee4846e2e66ad61d.tar.gz
build-eb304c0d27fa96773ad52683ee4846e2e66ad61d.tar.bz2
am 0f85ebab: am 5e0dbe0c: Conditionally skip dex-preopting prebuilts.
* commit '0f85ebab4b040ad48867ffcccaaf83d815c406fb': Conditionally skip dex-preopting prebuilts.
Diffstat (limited to 'core/prebuilt_internal.mk')
-rw-r--r--core/prebuilt_internal.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/prebuilt_internal.mk b/core/prebuilt_internal.mk
index 5666cfd..284884c 100644
--- a/core/prebuilt_internal.mk
+++ b/core/prebuilt_internal.mk
@@ -157,8 +157,10 @@ else
$(built_module) : PRIVATE_CERTIFICATE := $(LOCAL_CERTIFICATE).x509.pem
endif
-# Disable dex-preopt of prebuilts to save space
+# Disable dex-preopt of prebuilts to save space, if requested.
+ifeq ($(DONT_DEXPREOPT_PREBUILTS),true)
LOCAL_DEX_PREOPT := false
+endif
#######################################
# defines built_odex along with rule to install odex