Add compiler filter for inactive app downgrade
(cherry picked from commit 572a3df7fc
)
Bug: 36598475
Test: Verified the property value on the device
Merged-In: I8afcffcb7064ff6a3b97c26ee18aa22f969ffef3
Change-Id: I8afcffcb7064ff6a3b97c26ee18aa22f969ffef3
This commit is contained in:
parent
d75168135a
commit
c5966a35ca
|
@ -84,4 +84,5 @@ endif
|
|||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
pm.dexopt.install=quicken \
|
||||
pm.dexopt.bg-dexopt=speed-profile \
|
||||
pm.dexopt.ab-ota=speed-profile
|
||||
pm.dexopt.ab-ota=speed-profile \
|
||||
pm.dexopt.inactive=verify
|
||||
|
|
Loading…
Reference in New Issue