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:
Calin Juravle 2017-09-18 13:05:24 -07:00 committed by Andreas Gampe
parent 96257655c5
commit 89836f119e
1 changed files with 2 additions and 1 deletions

View File

@ -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