mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-01 19:06:21 -04:00
Tiny update
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
26f301bd91
commit
7dc3b8ef69
4 changed files with 0 additions and 12 deletions
|
@ -196,11 +196,6 @@ if enterAndClear "frameworks/libs/systemui"; then
|
|||
applyPatch "$DOS_PATCHES/android_frameworks_libs_systemui/0001-Icon_Cache.patch"; #Invalidate icon cache between OS releases (GrapheneOS)
|
||||
fi;
|
||||
|
||||
if enterAndClear "frameworks/minikin"; then
|
||||
git fetch https://github.com/LineageOS/android_frameworks_minikin refs/changes/57/345357/1 && git cherry-pick FETCH_HEAD; #S_asb_2022-12
|
||||
git fetch https://github.com/LineageOS/android_frameworks_minikin refs/changes/58/345358/1 && git cherry-pick FETCH_HEAD; #S_asb_2022-12
|
||||
fi;
|
||||
|
||||
if enterAndClear "frameworks/native"; then
|
||||
applyPatch "$DOS_PATCHES/android_frameworks_native/0001-Sensors_Permission.patch"; #Require OTHER_SENSORS permission for sensors (GrapheneOS)
|
||||
applyPatch "$DOS_PATCHES/android_frameworks_native/0001-Sensors_Permission-a1.patch"; #Protect step sensors with OTHER_SENSORS permission for targetSdk<29 apps (GrapheneOS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue