Update the emojis, untested

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-04-29 16:12:26 -04:00
parent 91ec03f096
commit 86b7525400
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
13 changed files with 129 additions and 2 deletions

View file

@ -118,6 +118,10 @@ applyPatch "$DOS_PATCHES/android_external_libnfc-nci/343955.patch"; #n-asb-2022-
applyPatch "$DOS_PATCHES/android_external_libnfc-nci/353760.patch"; #n-asb-2023-04 OOBW in nci_snd_set_routing_cmd()
fi;
if enterAndClear "external/noto-fonts"; then
cp -f "$DOS_PATCHES_COMMON/android_external_noto-fonts/NotoColorEmoji-noflags.ttf" emoji-compat/other/NotoColorEmoji.ttf;
fi;
if enterAndClear "external/sonivox"; then
applyPatch "$DOS_PATCHES/android_external_sonivox/317038.patch"; #n-asb-2021-10 Fix global buffer overflow in WT_InterpolateNoLoop
fi;