Skip to content

Commit

Permalink
trinket-common: Adjust dex2oat thread count after setup wizard
Browse files Browse the repository at this point in the history
Test: Forrest appinstall test
Bug: 149395059
Change-Id: I9c5db865c616480b0f00629aba54e02b97bc4674
[ghostrider-reborn] Adapted for trinket - 4 little cores, 2 big cores
Signed-off-by: Adithya R <[email protected]>
  • Loading branch information
Kyle Lin authored and adithya2306 committed Sep 22, 2020
1 parent cd042f9 commit 384b49e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rootdir/etc/init.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1038,3 +1038,7 @@ service vendor.hwcomposer-2-3 /vendor/bin/hw/android.hardware.graphics.composer@
onrestart restart surfaceflinger
socket pps stream 0660 system system
writepid /dev/cpuset/system-background/tasks

on property:persist.sys.device_provisioned=1
setprop dalvik.vm.dex2oat-cpu-set 0,1,2,3,4,7
setprop dalvik.vm.dex2oat-threads 6

0 comments on commit 384b49e

Please sign in to comment.