msm8974: Enable full dex preopt
* So, uh, it turns out we need to disable booting with all but 1 CPU core to fix CDMA RIL on klte (and hlte?), so let's enable full dex preopt so that we don't need to dex opt after system updates Change-Id: I6fe57f9dcd1da8245eebd51d61055d6de7ffe6cd
This commit is contained in:
parent
7184df9837
commit
f0aad1c584
@ -41,10 +41,7 @@ WITH_LINEAGE_CHARGER := false
|
||||
# Dexpreopt
|
||||
ifeq ($(HOST_OS),linux)
|
||||
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
||||
ifeq ($(WITH_DEXPREOPT),)
|
||||
WITH_DEXPREOPT := true
|
||||
WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY := true
|
||||
endif
|
||||
WITH_DEXPREOPT := true
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user