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

Commit 5175e895 authored by Ulyana Trafimovich's avatar Ulyana Trafimovich Committed by Automerger Merge Worker
Browse files

Merge "Initialize DEX_PREOPT_DEFAULT based on global dexpreopt settings." am:...

Merge "Initialize DEX_PREOPT_DEFAULT based on global dexpreopt settings." am: c275c68d am: e348e0de

Original change: https://android-review.googlesource.com/c/platform/build/+/1546334

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: If4290f88283328a6a83b63ef5a31906f67381ac5
parents b87347a9 e348e0de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ else ifeq (true,$(DISABLE_PREOPT))
endif

# The default value for LOCAL_DEX_PREOPT
DEX_PREOPT_DEFAULT ?= true
DEX_PREOPT_DEFAULT ?= $(ENABLE_PREOPT)

# The default filter for which files go into the system_other image (if it is
# being used). Note that each pattern p here matches both '/<p>' and /system/<p>'.