Merge "Add an stune group for NNAPI HAL" am: 749f34bc35 am: afc1fb8007

Change-Id: I8d99e19ae00e047094f9baeacd7ce54d1aeb4b9b
This commit is contained in:
Automerger Merge Worker 2020-02-10 22:26:28 +00:00
commit 1e048a46ad

View file

@ -144,6 +144,14 @@ on init
chmod 0664 /dev/stune/top-app/tasks
chmod 0664 /dev/stune/rt/tasks
# Create an stune group for NNAPI HAL processes
mkdir /dev/stune/nnapi-hal
chown system system /dev/stune/nnapi-hal
chown system system /dev/stune/nnapi-hal/tasks
chmod 0664 /dev/stune/nnapi-hal/tasks
write /dev/stune/nnapi-hal/schedtune.boost 1
write /dev/stune/nnapi-hal/schedtune.prefer_idle 1
# Create blkio group and apply initial settings.
# This feature needs kernel to support it, and the
# device's init.rc must actually set the correct values.