mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
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:
parent
c83d95716c
commit
153d99643d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue