Build: Add first-boot dexopt settings defaults
Needed for factory-reset/first-boot/upgrade to N. Bug: 27689078 Change-Id: I010e38c8a10445f87e95e1ff8d9daf1d051f2b06
This commit is contained in:
parent
11a4a85b75
commit
b9171a3206
2 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,7 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# Different dexopt types for different package update/install times.
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
pm.dexopt.first-boot=interpret-only \
|
||||
pm.dexopt.boot=verify-profile \
|
||||
pm.dexopt.install=interpret-only \
|
||||
pm.dexopt.bg-dexopt=speed-profile \
|
||||
|
|
|
@ -109,6 +109,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
|
||||
# Different dexopt types for different package update/install times.
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
pm.dexopt.first-boot=interpret-only \
|
||||
pm.dexopt.boot=verify-profile \
|
||||
pm.dexopt.install=interpret-only \
|
||||
pm.dexopt.bg-dexopt=speed-profile \
|
||||
|
|
Loading…
Reference in a new issue