14.1: Fixup Freetype

90b7894627

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-09-03 17:36:23 -04:00
parent 6222ce9ee9
commit a17a425265
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
2 changed files with 25 additions and 0 deletions

View file

@ -109,6 +109,7 @@ fi;
if enterAndClear "external/freetype"; then
#applyPatch "$DOS_PATCHES/android_external_freetype/360899.patch"; #n-asb-2023-07 Cherry-pick two upstream changes
applyPatch "$DOS_PATCHES/android_external_freetype/0001-makefile.patch"; #Add Android.mk for legacy builds (syphyr)
applyPatch "$DOS_PATCHES/android_external_freetype/0002-fixup.patch"; #Enable png and zlib support to Android.mk (syphyr)
fi;
if enterAndClear "external/libavc"; then