mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
16.0: Add GrapheneOS' exec-based spawning feature + misc tweaks
- patch credit updates - 16.0: allow SystemUI to directly manage Bluetooth/WiFi - from GrapheneOS - cleanup
This commit is contained in:
parent
e10a865b05
commit
330df0983c
7 changed files with 566 additions and 102 deletions
|
@ -130,7 +130,7 @@ generateBootAnimationShine() {
|
|||
export -f generateBootAnimationShine;
|
||||
|
||||
audit2allowCurrent() {
|
||||
adb logcat -b all -d | audit2allow -p "$ANDROID_PRODUCT_OUT"/root/sepolicy;
|
||||
adb logcat -b all -d | audit2allow -p "$OUT"/root/sepolicy;
|
||||
}
|
||||
export -f audit2allowCurrent;
|
||||
|
||||
|
@ -141,6 +141,7 @@ audit2allowADB() {
|
|||
export -f audit2allowADB;
|
||||
|
||||
processRelease() {
|
||||
#Credit: GrapheneOS
|
||||
#https://github.com/GrapheneOS/script/blob/pie/release.sh
|
||||
DEVICE="$1";
|
||||
BLOCK="$2";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue