Remove broken emoji updates

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-05-02 15:29:22 -04:00
parent 7b2eb1079a
commit 39b0c9e036
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
16 changed files with 2 additions and 3901 deletions

View file

@ -117,10 +117,6 @@ fi;
#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/svox"; then
git revert --no-edit 1419d63b4889a26d22443fd8df1f9073bf229d3d; #Add back Makefiles
fi;
@ -348,7 +344,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/providers/ContactsProvider"; then