mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: remove duplicate exfat/sdfat defines from platform sepolicy
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
b1cd86fbb0
commit
5e6dfc115b
2 changed files with 8 additions and 0 deletions
5
releasetools/releasetools.py
Normal file
5
releasetools/releasetools.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
def FullOTA_InstallEnd(info):
|
||||
info.script.AppendExtra('mount("ext4", "EMMC", "/dev/block/platform/13500000.dwmmc0/by-name/SYSTEM", "/system");');
|
||||
info.script.AppendExtra('run_program("/sbin/sed", "-i", "/exfat/d", "/system/etc/selinux/plat_sepolicy.cil");');
|
||||
info.script.AppendExtra('run_program("/sbin/sed", "-i", "/sdfat/d", "/system/etc/selinux/plat_sepolicy.cil");');
|
||||
info.script.AppendExtra('unmount("/system");');
|
||||
Loading…
Reference in a new issue