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

Commit c275c68d authored by Ulyana Trafimovich's avatar Ulyana Trafimovich Committed by Gerrit Code Review
Browse files

Merge "Initialize DEX_PREOPT_DEFAULT based on global dexpreopt settings."

parents fe1d9d43 e245e00d
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>'.