mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-30 09:59:00 -04:00
14.1: Drop 5 devices supported by 15.1
This commit is contained in:
parent
601c03df01
commit
eea5b71bd4
15 changed files with 17 additions and 2752 deletions
|
@ -65,7 +65,7 @@ enterAndClear "build/make"
|
|||
sed -i 's/messaging/Silence/' target/product/*.mk; #Replace AOSP Messaging app with Silence
|
||||
|
||||
enterAndClear "device/qcom/sepolicy"
|
||||
patch -p1 < $patches"android_device_qcom_sepolicy/0001-Camera_Fix.patch" #Fix camera on user builds
|
||||
patch -p1 < $patches"android_device_qcom_sepolicy/0001-Camera_Fix.patch" #Fix camera on -user builds
|
||||
|
||||
enterAndClear "frameworks/base"
|
||||
#git revert https://review.lineageos.org/#/c/202875/ #re-enable doze on devices without gms
|
||||
|
@ -161,6 +161,9 @@ cat /tmp/ar/hosts >> rootdir/etc/hosts #Merge in our HOSTS file
|
|||
git revert a6a4ce8e9a6d63014047a447c6bb3ac1fa90b3f4 #Always update recovery
|
||||
patch -p1 < $patches"android_system_core/0001-Harden_Mounts.patch" #Harden mounts with nodev/noexec/nosuid. Disclaimer: From CopperheadOS 13.0
|
||||
|
||||
enterAndClear "system/sepolicy"
|
||||
git revert c994face15fbcbd8c0b083ca5d36e0b2258b033a #breaks -user builds
|
||||
|
||||
enterAndClear "system/vold"
|
||||
patch -p1 < $patches"android_system_vold/0001-AES256.patch" #Add a variable for enabling AES-256 bit encryption
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue