mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-03 03:46:07 -04:00
Remove broken emoji updates
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
7b2eb1079a
commit
39b0c9e036
16 changed files with 2 additions and 3901 deletions
|
@ -120,10 +120,6 @@ applyPatch "$DOS_PATCHES/android_external_hardened_malloc/0001-Broken_Cameras-2.
|
|||
fi;
|
||||
fi;
|
||||
|
||||
#if enterAndClear "external/noto-fonts"; then
|
||||
#cp -f "$DOS_PATCHES_COMMON/android_external_noto-fonts/NotoColorEmoji-noflags.ttf" emoji-compat/font/NotoColorEmojiCompat.ttf;
|
||||
#fi;
|
||||
|
||||
if enterAndClear "external/SecureCamera"; then
|
||||
sed -i '/LOCAL_MODULE/s/Camera/SecureCamera/' Android.mk; #Change module name
|
||||
sed -i '11iLOCAL_OVERRIDES_PACKAGES := Camera Camera2 LegacyCamera Snap OpenCamera' Android.mk; #Replace the others
|
||||
|
@ -328,7 +324,6 @@ fi;
|
|||
if enterAndClear "packages/inputmethods/LatinIME"; then
|
||||
applyPatch "$DOS_PATCHES_COMMON/android_packages_inputmethods_LatinIME/0001-Voice.patch"; #Remove voice input key (DivestOS)
|
||||
applyPatch "$DOS_PATCHES_COMMON/android_packages_inputmethods_LatinIME/0002-Disable_Personalization.patch"; #Disable personalization dictionary by default (GrapheneOS)
|
||||
#cp -f "$DOS_PATCHES_COMMON/emoji-categories.xml" java/res/values-v19/emoji-categories.xml;
|
||||
fi;
|
||||
|
||||
if enterAndClear "packages/modules/Connectivity"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue