mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Low RAM tweaks
This commit is contained in:
parent
e2ae8e333a
commit
cb8fdaf3f5
7 changed files with 42 additions and 37 deletions
|
@ -67,6 +67,7 @@ awk -i inplace '!/PRODUCT_EXTRA_RECOVERY_KEYS/' core/product.mk;
|
|||
sed -i 's/messaging/Silence/' target/product/*.mk; #Replace AOSP Messaging app with Silence
|
||||
sed -i 's/ro.secure=0/ro.secure=1/' core/main.mk;
|
||||
#sed -i 's/ro.adb.secure=0/ro.adb.secure=1/' core/main.mk;
|
||||
cp "$DOS_PATCHES_COMMON/android_build/lowram.mk" target/product/lowram.mk;
|
||||
|
||||
enterAndClear "device/lineage/sepolicy";
|
||||
git revert c9b0d95630b82cd0ad1a0fc633c6d59c2cb8aad7 37422f7df389f3ae5a34ee3d6dd9354217f9c536; #neverallow violation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue