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:
Paul Keith 2018-03-03 05:39:35 +01:00
parent da14a8d88a
commit 306c353400

View File

@ -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