From 1cf3631ed886f437195ecdbbd877845c84247814 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 3 Dec 2024 17:28:40 +0000 Subject: [PATCH] Add typeface_proxy dependency to the Skia build script for the Android font manager This is required by the refactoring in https://skia.googlesource.com/skia/+/eb9fc76e302f873de982cefa7690443e7a2cede5 --- skia/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/skia/BUILD.gn b/skia/BUILD.gn index 734c69e8486dc..54dfdd9b445fa 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -221,6 +221,7 @@ optional("fontmgr_android") { deps = [ ":typeface_freetype", + ":typeface_proxy", "//flutter/third_party/expat", ] public = skia_ports_fontmgr_android_public