mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-09-18 19:54:51 -04:00
Tweaks
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
7a168302cf
commit
3e7b657295
5 changed files with 6 additions and 5 deletions
|
@ -62,7 +62,7 @@ buildAll() {
|
|||
buildDevice cheryl verity;
|
||||
#buildDevice cheeseburger verity; #unb, radio broken pending upstream merge
|
||||
#buildDevice dumpling verity;
|
||||
buildDevice mata verity; #unb, unofficial pending upstream merge
|
||||
buildDevice mata verity; #unb, pending upstream merge
|
||||
buildDevice taimen avb;
|
||||
buildDevice walleye avb;
|
||||
#SD845
|
||||
|
|
|
@ -356,6 +356,7 @@ if [ "$DOS_GRAPHENE_PTRACE_SCOPE" = true ]; then
|
|||
applyPatch "$DOS_PATCHES/android_system_sepolicy/0003-ptrace_scope-1.patch"; #Allow init to control kernel.yama.ptrace_scope (GrapheneOS)
|
||||
applyPatch "$DOS_PATCHES/android_system_sepolicy/0003-ptrace_scope-2.patch"; #Allow system to use persist.native_debug (GrapheneOS)
|
||||
fi;
|
||||
awk -i inplace '!/domain=gmscore_app/' private/seapp_contexts prebuilts/api/*/private/seapp_contexts; #Disable unused gmscore_app domain (GrapheneOS)
|
||||
fi;
|
||||
|
||||
if enterAndClear "system/update_engine"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue