summaryrefslogtreecommitdiffstats
path: root/core/dex_preopt_odex_install.mk
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-12-15 22:09:58 -0800
committerBrian Carlstrom <bdc@google.com>2014-12-15 22:09:58 -0800
commit2bc19019e5e4801fe7743e30745c9b183ff3d839 (patch)
tree3688786eb8be9a8a29a6b7667c2c290189e72496 /core/dex_preopt_odex_install.mk
parent91e724d42f921dd35943cdc89e8f4c4362da691a (diff)
downloadbuild-2bc19019e5e4801fe7743e30745c9b183ff3d839.zip
build-2bc19019e5e4801fe7743e30745c9b183ff3d839.tar.gz
build-2bc19019e5e4801fe7743e30745c9b183ff3d839.tar.bz2
Remove obsolete PRODUCT_DEX_PREOPT_.*_IN_DATA
Bug: 18673991 Change-Id: I64261ef6a37df92eeef8552b8fd0a67157e4a034
Diffstat (limited to 'core/dex_preopt_odex_install.mk')
-rw-r--r--core/dex_preopt_odex_install.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/dex_preopt_odex_install.mk b/core/dex_preopt_odex_install.mk
index cb38261..20bbe78 100644
--- a/core/dex_preopt_odex_install.mk
+++ b/core/dex_preopt_odex_install.mk
@@ -33,10 +33,6 @@ endif
ifeq (,$(strip $(built_dex)$(my_prebuilt_src_file))) # contains no java code
LOCAL_DEX_PREOPT :=
endif
-# if module oat file requested in data, disable LOCAL_DEX_PREOPT, will default location to dalvik-cache
-ifneq (,$(filter $(LOCAL_MODULE),$(PRODUCT_DEX_PREOPT_PACKAGES_IN_DATA)))
-LOCAL_DEX_PREOPT :=
-endif
# if WITH_DEXPREOPT_BOOT_IMG_ONLY=true and module is not in boot class path skip
ifeq (true,$(WITH_DEXPREOPT_BOOT_IMG_ONLY))
ifeq ($(filter $(DEXPREOPT_BOOT_JARS_MODULES),$(LOCAL_MODULE)),)