sdm660-common: boardconfig: disable dexpreopt for prebuilts
Signed-off-by: srfarias <erikofarias@gmail.com>
This commit is contained in:
parent
082f5e459f
commit
b84ff14cb1
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ TARGET_ENABLE_MEDIADRM_64 := true
|
|||
ifeq ($(HOST_OS),linux)
|
||||
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
||||
ifeq ($(WITH_DEXPREOPT),)
|
||||
DONT_DEXPREOPT_PREBUILTS := true
|
||||
WITH_DEXPREOPT := true
|
||||
WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY := true
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue