Loading target/product/runtime_libart.mk +5 −4 Original line number Diff line number Diff line Loading @@ -55,18 +55,19 @@ PRODUCT_SYSTEM_PROPERTIES += \ # On eng builds, make "boot" reasons only extract for faster turnaround. ifeq (eng,$(TARGET_BUILD_VARIANT)) PRODUCT_SYSTEM_PROPERTIES += \ pm.dexopt.first-boot?=extract \ pm.dexopt.boot?=extract pm.dexopt.first-boot-ota?=extract \ pm.dexopt.boot-after-ota?=extract else PRODUCT_SYSTEM_PROPERTIES += \ pm.dexopt.first-boot?=quicken \ pm.dexopt.boot?=verify pm.dexopt.first-boot?=verify \ pm.dexopt.boot-after-ota?=verify endif # The install filter is speed-profile in order to enable the use of # profiles from the dex metadata files. Note that if a profile is not provided # or if it is empty speed-profile is equivalent to (quicken + empty app image). PRODUCT_SYSTEM_PROPERTIES += \ pm.dexopt.post-boot?=extract \ pm.dexopt.install?=speed-profile \ pm.dexopt.install-fast?=skip \ pm.dexopt.install-bulk?=speed-profile \ Loading Loading
target/product/runtime_libart.mk +5 −4 Original line number Diff line number Diff line Loading @@ -55,18 +55,19 @@ PRODUCT_SYSTEM_PROPERTIES += \ # On eng builds, make "boot" reasons only extract for faster turnaround. ifeq (eng,$(TARGET_BUILD_VARIANT)) PRODUCT_SYSTEM_PROPERTIES += \ pm.dexopt.first-boot?=extract \ pm.dexopt.boot?=extract pm.dexopt.first-boot-ota?=extract \ pm.dexopt.boot-after-ota?=extract else PRODUCT_SYSTEM_PROPERTIES += \ pm.dexopt.first-boot?=quicken \ pm.dexopt.boot?=verify pm.dexopt.first-boot?=verify \ pm.dexopt.boot-after-ota?=verify endif # The install filter is speed-profile in order to enable the use of # profiles from the dex metadata files. Note that if a profile is not provided # or if it is empty speed-profile is equivalent to (quicken + empty app image). PRODUCT_SYSTEM_PROPERTIES += \ pm.dexopt.post-boot?=extract \ pm.dexopt.install?=speed-profile \ pm.dexopt.install-fast?=skip \ pm.dexopt.install-bulk?=speed-profile \ Loading