mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-04 12:58:59 -04:00
Lots of device updates
- d802: 15.1 -> 16.0 - d852: 15.1 -> 16.0 - d855: 15.1 -> 16.0 - fugu: 15.1 -> 16.0 - jfltexx: 14.1 -> 16.0 - m8: 15.1 -> 16.0 - mata: 15.1 -> 16.0 - update cherrypicks - defconfig: enable MMC_SECDISCARD
This commit is contained in:
parent
3a080bbcd7
commit
e9b5c06188
14 changed files with 885 additions and 15 deletions
|
@ -200,6 +200,13 @@ echo "PRODUCT_PACKAGES += vendor.lineage.trust@1.0-service" >> packages.mk; #All
|
|||
#
|
||||
#START OF DEVICE CHANGES
|
||||
#
|
||||
enterAndClear "device/lge/g2-common";
|
||||
sed -i '3itypeattribute hwaddrs misc_block_device_exception;' sepolicy/hwaddrs.te;
|
||||
|
||||
enterAndClear "device/lge/g3-common";
|
||||
sed -i '3itypeattribute hwaddrs misc_block_device_exception;' sepolicy/hwaddrs.te;
|
||||
sed -i '1itypeattribute wcnss_service misc_block_device_exception;' sepolicy/wcnss_service.te;
|
||||
|
||||
enterAndClear "device/lge/mako";
|
||||
git revert 218f7442874f7b7d494f265286a2151e2f81bb6e; #disable dexpreopt full and switch back to -mini
|
||||
echo "allow kickstart usbfs:dir search;" >> sepolicy/kickstart.te; #Fix forceencrypt on first boot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue