mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Remove some camera-daemon commands
Those commands have moved to init.rc. Bug: 170507876 Bug: 171740453 Test: build pass Change-Id: Ib7acc0fd83adca37e247cd9f3113c1f117e5196e Signed-off-by: madmax7896 <madmax78968@gmail.com> Signed-off-by: Fiqri Ardyansyah <fiqri15072019@gmail.com> Change-Id: I03679e7c4daf5893b2838b426541d1166f6727c3 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
37fe35f526
commit
ec51afb989
1 changed files with 0 additions and 10 deletions
|
|
@ -21,16 +21,6 @@ on init
|
|||
write /proc/sys/net/core/rmem_default 327680
|
||||
write /proc/sys/net/core/rmem_max 327680
|
||||
|
||||
# Mount cpuset group for cameraserver
|
||||
mkdir /dev/cpuset/cameraserver
|
||||
copy /dev/cpuset/cpus /dev/cpuset/cameraserver/cpus
|
||||
copy /dev/cpuset/mems /dev/cpuset/cameraserver/mems
|
||||
chown system system /dev/cpuset/cameraserver
|
||||
chown system system /dev/cpuset/cameraserver/tasks
|
||||
chown system system /dev/cpuset/cameraserver/cpus
|
||||
chmod 0664 /dev/cpuset/cameraserver/tasks
|
||||
chmod 0664 /dev/cpuset/cameraserver/cpus
|
||||
|
||||
# For CPUSET(7885) 0-3, 4-5, 6-7
|
||||
chown system system /dev/cpuset/top-app/cpus
|
||||
chown system system /dev/cpuset/foreground/cpus
|
||||
|
|
|
|||
Loading…
Reference in a new issue