mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Enforce android-S new launch debugfs restrictions
This removes the default mounting of debugfs, as it is no longer allowed from android-S new-launch. Change-Id: I3e2e65315854d72de21239bd5a7edec5584494e0 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
569649d2ec
commit
4aa696c82e
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ on early-init
|
||||||
mkdir /mnt/vendor/efs 0771 radio system
|
mkdir /mnt/vendor/efs 0771 radio system
|
||||||
mkdir /mnt/vendor/cpefs 0771 radio system
|
mkdir /mnt/vendor/cpefs 0771 radio system
|
||||||
mkdir /mnt/vendor/persist 0771 system system
|
mkdir /mnt/vendor/persist 0771 system system
|
||||||
mount debugfs /sys/kernel/debug /sys/kernel/debug
|
|
||||||
|
|
||||||
on init
|
on init
|
||||||
start watchdogd
|
start watchdogd
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue