mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
universal7885: Disable some unused services and vendor overlay
Change-Id: Icd899c4a379ae4300488ea90837d741881f228c2 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
86317e3472
commit
ac78a7d0d5
3 changed files with 28 additions and 0 deletions
15
rootdir/etc/init.universal7904.rc
Normal file
15
rootdir/etc/init.universal7904.rc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
on init
|
||||
# Disable vendor overlay
|
||||
mount none /vendor/lost+found /vendor/overlay bind
|
||||
|
||||
service argos-daemon /system/bin/true
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
service ExynosHWCServiceTW /system/bin/true
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
service vaultkeeper /system/bin/true
|
||||
oneshot
|
||||
disabled
|
||||
Loading…
Reference in a new issue