Add missing device variants

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-04-14 11:42:26 -04:00
parent be6b03fe96
commit 4b6a86a473
13 changed files with 635 additions and 20 deletions

View file

@ -289,6 +289,12 @@ fi;
#
#START OF DEVICE CHANGES
#
if enterAndClear "device/asus/deb"; then
compressRamdisks;
sed -i 's|vendor/cm|vendor/lineage|' lineage.mk;
awk -i inplace '!/ioctl/' sepolicy/audioserver.te; #neverallow
fi;
if enterAndClear "device/asus/flo"; then
compressRamdisks;
echo "/dev/block/platform/msm_sdcc\.1/by-name/misc u:object_r:misc_block_device:s0" >> sepolicy/file_contexts;