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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user