am 5e0dbe0c: Conditionally skip dex-preopting prebuilts.

* commit '5e0dbe0c3769031b4785ef54a89554cd5c75cba7':
  Conditionally skip dex-preopting prebuilts.
This commit is contained in:
Andreas Gampe 2014-10-02 21:24:58 +00:00 committed by Android Git Automerger
commit 0f85ebab4b

View file

@ -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