From ced21791ef01b3214bfa1b63dd7ededf59d294c7 Mon Sep 17 00:00:00 2001 From: Kyle Lin Date: Wed, 22 Apr 2020 11:05:02 +0800 Subject: [PATCH] msm8953-common: Adjust dex2oat thread count after setup wizard Test: Forrest appinstall test Bug: 149395059 Change-Id: I9c5db865c616480b0f00629aba54e02b97bc4674 --- rootdir/etc/init.qcom.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 289ce11..0eebc7a 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -996,3 +996,7 @@ service vendor.contexthub-hal-1-0 /vendor/bin/hw/android.hardware.contexthub@1.0 user system group system disabled + +on property:persist.sys.device_provisioned=1 + setprop dalvik.vm.dex2oat-cpu-set 0,1,2,3,4,5,6 + setprop dalvik.vm.dex2oat-threads 6