mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-02 11:26:21 -04:00
Add missing device variants
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
be6b03fe96
commit
4b6a86a473
13 changed files with 635 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue