Set the default value of pm.dexopt.shared to speed
By default, we should compile all shared apks with the speed filter.
(cherry picked from commit 3fdb549931
)
Bug: 65591595
Test: build & boot
Merged-In: I8781ca47090321a32641ec4c7a4ed3c722bab475
Change-Id: I8781ca47090321a32641ec4c7a4ed3c722bab475
This commit is contained in:
parent
96257655c5
commit
89836f119e
|
@ -85,4 +85,5 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
|||
pm.dexopt.install=quicken \
|
||||
pm.dexopt.bg-dexopt=speed-profile \
|
||||
pm.dexopt.ab-ota=speed-profile \
|
||||
pm.dexopt.inactive=verify
|
||||
pm.dexopt.inactive=verify \
|
||||
pm.dexopt.shared=speed
|
||||
|
|
Loading…
Reference in New Issue