Revert "universal7885: remove duplicate exfat/sdfat defines from platform sepolicy"

This reverts commit 82903c0c8fd62a19e63b7ac816b1f73f511348a8.

 * No more needed in Q vendor

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
SamarV-121 2020-09-28 22:04:00 +05:30 committed by roynatech2544
commit 1c66bcf9ca
2 changed files with 0 additions and 8 deletions

View file

@ -70,9 +70,6 @@ BOARD_FLASH_BLOCK_SIZE := 131072
# Properties
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
# Releasetools
TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH)/releasetools
# Vendor
TARGET_COPY_OUT_VENDOR := vendor

View file

@ -1,5 +0,0 @@
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");');