From cd201c540cd3c8e1ecefcd4e9203f3af843a5c3c Mon Sep 17 00:00:00 2001 From: Omkar Chandorkar Date: Fri, 4 Feb 2022 19:17:57 +0530 Subject: [PATCH] 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 Signed-off-by: NotZeetaa Signed-off-by: DarkAngelGR --- vendor.prop | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vendor.prop b/vendor.prop index be34846..1f1bb65 100644 --- a/vendor.prop +++ b/vendor.prop @@ -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