msm8974-common: update dexpreopt option

The recent change we made in the build repo makes all
builds dexpreopt only boot img and system server.
This changes angler builds back to full dexpreopt.

Change-Id: I0cf03634ee7bbc93b18b49d3f1efe82a6302b447
This commit is contained in:
razorloves 2018-02-11 03:17:25 -06:00 committed by Kevin F. Haggerty
parent d5d83cb89e
commit 6279ca895c

View File

@ -41,6 +41,7 @@ WITH_LINEAGE_CHARGER := false
# Dexpreopt
ifeq ($(HOST_OS),linux)
ifneq ($(TARGET_BUILD_VARIANT),eng)
WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY := false
WITH_DEXPREOPT := true
endif
endif