msm8976-common: Dex-preopt boot and system server

WITH_DEXPREOPT_BOOT_IMG_ONLY was removed in 8.1 in favor of
WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY.

Along with boot classpath it will also pre-optimize system server jars.

Change-Id: Idd0ac1ac39a6c3d14637a974a0a99953c99af236
This commit is contained in:
Artem Borisov 2017-12-22 11:45:58 +03:00 committed by LuK1337
parent c83d95716c
commit 153d99643d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ ifeq ($(HOST_OS),linux)
endif
endif
endif
WITH_DEXPREOPT_BOOT_IMG_ONLY ?= true
WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY ?= true
# Display
BOARD_USES_ADRENO := true