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

Commit e348e0de 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: c275c68d

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia3b74cd0fc8610aeb48fc716b37dae79c0a5fba6
parents c3a5f43f c275c68d
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>'.