Add typeface_proxy dependency to the Skia build script for the Android font manager (flutter/engine#56924)

This is required by the refactoring in https://skia.googlesource.com/skia/+/eb9fc76e302f873de982cefa7690443e7a2cede5
This commit is contained in:
Jason Simmons 2024-12-03 10:58:04 -08:00 committed by GitHub
parent 4b8d901453
commit 6f6e5611c2

View File

@ -221,6 +221,7 @@ optional("fontmgr_android") {
deps = [ deps = [
":typeface_freetype", ":typeface_freetype",
":typeface_proxy",
"//flutter/third_party/expat", "//flutter/third_party/expat",
] ]
public = skia_ports_fontmgr_android_public public = skia_ports_fontmgr_android_public