mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-25 15:39:26 -05:00
Churn
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
d50a3a043b
commit
293a4d12f4
@ -1,4 +1,4 @@
|
|||||||
From 5b67eac60d807e6b159a334577296e3c606e275f Mon Sep 17 00:00:00 2001
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
From: Daniel Micay <danielmicay@gmail.com>
|
From: Daniel Micay <danielmicay@gmail.com>
|
||||||
Date: Tue, 2 Nov 2021 14:44:13 -0400
|
Date: Tue, 2 Nov 2021 14:44:13 -0400
|
||||||
Subject: [PATCH] invalidate icon cache between OS releases
|
Subject: [PATCH] invalidate icon cache between OS releases
|
||||||
@ -11,7 +11,7 @@ diff --git a/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.j
|
|||||||
index 7c4624d..c2b8eeb 100644
|
index 7c4624d..c2b8eeb 100644
|
||||||
--- a/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java
|
--- a/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java
|
||||||
+++ b/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java
|
+++ b/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java
|
||||||
@@ -229,7 +229,7 @@ public IconCacheUpdateHandler getUpdateHandler() {
|
@@ -229,7 +229,7 @@ public abstract class BaseIconCache {
|
||||||
*/
|
*/
|
||||||
private void updateSystemState() {
|
private void updateSystemState() {
|
||||||
mLocaleList = mContext.getResources().getConfiguration().getLocales();
|
mLocaleList = mContext.getResources().getConfiguration().getLocales();
|
||||||
|
@ -338,10 +338,6 @@ if enterAndClear "system/netd"; then
|
|||||||
applyPatch "$DOS_PATCHES/android_system_netd/0001-Network_Permission.patch"; #Expose the NETWORK permission (GrapheneOS)
|
applyPatch "$DOS_PATCHES/android_system_netd/0001-Network_Permission.patch"; #Expose the NETWORK permission (GrapheneOS)
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
if enterAndClear "system/security"; then
|
|
||||||
git revert --no-edit b6bff12bafc19f44d8cfd1897603523362c62929; #Known to cause issues on Pixel 3/XL and likely others (GrapheneOS) #XXX
|
|
||||||
fi
|
|
||||||
|
|
||||||
if enterAndClear "system/sepolicy"; then
|
if enterAndClear "system/sepolicy"; then
|
||||||
applyPatch "$DOS_PATCHES/android_system_sepolicy/0002-protected_files.patch"; #Label protected_{fifos,regular} as proc_security (GrapheneOS) #XXX 19REBASE: add to other versions too
|
applyPatch "$DOS_PATCHES/android_system_sepolicy/0002-protected_files.patch"; #Label protected_{fifos,regular} as proc_security (GrapheneOS) #XXX 19REBASE: add to other versions too
|
||||||
if [ "$DOS_GRAPHENE_PTRACE_SCOPE" = true ]; then
|
if [ "$DOS_GRAPHENE_PTRACE_SCOPE" = true ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user