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

Commit b342684f authored by Anton Hansson's avatar Anton Hansson Committed by Android (Google) Code Review
Browse files

Merge "Initialize DEX_PREOPT_DEFAULT based on global dexpreopt settings." into mainline-prod

parents e900e6fd c8e4513f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
DEX_PREOPT_CONFIG := $(SOONG_OUT_DIR)/dexpreopt.config

# 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>'.