Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77b8ba58 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am f07113de: am 1be3336d: Merge "Add a WITH_DEXOPT_BOOT_IMG_ONLY configuration option."

* commit 'f07113de':
  Add a WITH_DEXOPT_BOOT_IMG_ONLY configuration option.
parents eeda166a f07113de
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -32,6 +32,12 @@ endif
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)),)
LOCAL_DEX_PREOPT :=
endif
endif

built_odex :=
installed_odex :=
+2 −1
Original line number Diff line number Diff line
@@ -262,7 +262,8 @@ _product_stash_var_list += \

_product_stash_var_list += \
	DEFAULT_SYSTEM_DEV_CERTIFICATE \
	WITH_DEXPREOPT
	WITH_DEXPREOPT \
	WITH_DEXPREOPT_BOOT_IMG_ONLY

#
# Stash values of the variables in _product_stash_var_list.