Skip to content

Commit

Permalink
bonito: Remove some camera-daemon commands
Browse files Browse the repository at this point in the history
Those commands have moved to init.rc.

Bug: 170507876
Bug: 171740453
Test: build pass
Change-Id: I083509865d48272e42cf895032a27f01ca9b9c82
  • Loading branch information
Rickyiu committed Dec 7, 2020
1 parent b76db52 commit c641792
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions init.hardware.rc
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,9 @@ on init && property:vendor.skip.init=0
write /dev/stune/top-app/schedtune.boost 10
write /dev/stune/top-app/schedtune.prefer_idle 1

mkdir /dev/cpuset/camera-daemon
write /dev/cpuset/camera-daemon/cpus 0-7
write /dev/cpuset/camera-daemon/mems 0
chown system system /dev/cpuset/camera-daemon
chown system system /dev/cpuset/camera-daemon/tasks
chmod 0664 /dev/cpuset/camera-daemon/tasks
# set default schedTune value for camera-daemon
write /dev/stune/camera-daemon/schedtune.prefer_idle 1
write /dev/stune/camera-daemon/schedtune.boost 0

# b/37682684 Enable suspend clock reporting
write /sys/kernel/debug/clk/debug_suspend 1
Expand Down

0 comments on commit c641792

Please sign in to comment.