Skip to content

Commit 8636a7f

Browse files
Add typeface_proxy dependency to the Skia build script for the Android font manager (flutter#56924)
This is required by the refactoring in https://skia.googlesource.com/skia/+/eb9fc76e302f873de982cefa7690443e7a2cede5
1 parent 938f816 commit 8636a7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

skia/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ optional("fontmgr_android") {
221221

222222
deps = [
223223
":typeface_freetype",
224+
":typeface_proxy",
224225
"//flutter/third_party/expat",
225226
]
226227
public = skia_ports_fontmgr_android_public

0 commit comments

Comments
 (0)