marlin/eas: Fixing foreground/schedtune.boost path. am: 7ac34d0

am: f746166

* commit 'f746166fdc627d48a3e8b3a6baf0a86cd93b7271':
  marlin/eas: Fixing foreground/schedtune.boost path.

Change-Id: I8e5a7a6742bbec4a5d00e852780e827bb7833f52
This commit is contained in:
Srinath Sridharan 2016-04-26 16:36:50 +00:00 committed by android-build-merger
commit 54c2ab9732
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-s
onrestart restart cameraserver
onrestart restart media
onrestart restart netd
writepid /dev/cpuset/foreground/tasks /sys/fs/cgroup/stune/foreground/tasks
writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
class main

View File

@ -7,7 +7,7 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
onrestart restart cameraserver
onrestart restart media
onrestart restart netd
writepid /dev/cpuset/foreground/tasks /sys/fs/cgroup/stune/foreground/tasks
writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
class main