msm8974-common: Allow overriding full dex preopt
* This is wonderful for users, but I want to override this Change-Id: I12b0cd7620b4615f8f3ba945fbae8a332d4ea203
This commit is contained in:
parent
da14a8d88a
commit
306c353400
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ BOARD_HARDWARE_CLASS += device/samsung/msm8974-common/lineagehw
|
|||
# Dexpreopt
|
||||
ifeq ($(HOST_OS),linux)
|
||||
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
||||
WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY := false
|
||||
WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY ?= false
|
||||
WITH_DEXPREOPT := true
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue