jd2019: Set dexopt downgradeprop
W BackgroundDexOptService: SysProp pm.dexopt.downgrade_after_inactive_days not set
This commit is contained in:
parent
2add367e78
commit
e66cc18cc9
1 changed files with 5 additions and 1 deletions
|
@ -48,3 +48,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||||
# WiFi
|
# WiFi
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
TargetWifiOverlay
|
TargetWifiOverlay
|
||||||
|
|
||||||
|
# Set dexopt downgrade threshold or dexopt will fail
|
||||||
|
PRODUCT_SYSTEM_PROPERTIES += \
|
||||||
|
pm.dexopt.downgrade_after_inactive_days=5
|
Loading…
Reference in a new issue