mirror of
https://github.com/Evolution-X-Devices/device_oneplus_sm8550-common
synced 2026-02-01 11:00:20 +00:00
sm8550-common: Optimize package manager dexopt properties
* first-boot is set to quicken to reduce first boot times * we are installing with speed-profile to have balance between time taken to optimise and runtime performance * once device is in idle+charging, bg dexopt will compile for maximum runtime performance [ghostrider-reborn] - Stripped from https://gerrit.aospa.co/c/AOSPA/android_vendor_aospa/+/20637 Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Signed-off-by: NotZeetaa <rodrigo2005contente@gmail.com> Signed-off-by: DarkAngelGR <asavvo01@gmail.com>
This commit is contained in:
committed by
DarkAngelGR
parent
93f5c8dd1d
commit
cd201c540c
@@ -74,6 +74,10 @@ persist.vendor.dpm.vndr.idletimer.mode=default
|
||||
persist.vendor.dpm.vndr.halservice.enable=1
|
||||
persist.vendor.dpm.vndr.feature=11
|
||||
|
||||
# Dexopt
|
||||
pm.dexopt.first-boot=quicken
|
||||
pm.dexopt.bg-dexopt=everything
|
||||
|
||||
# Display
|
||||
persist.sys.sf.color_mode=0
|
||||
persist.sys.sf.color_saturation=1.0
|
||||
|
||||
Reference in New Issue
Block a user