From 6f6e5611c2a3536587dce43ba5482f4051ba6a11 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 3 Dec 2024 10:58:04 -0800 Subject: [PATCH] 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 --- engine/src/flutter/skia/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/src/flutter/skia/BUILD.gn b/engine/src/flutter/skia/BUILD.gn index 734c69e848..54dfdd9b44 100644 --- a/engine/src/flutter/skia/BUILD.gn +++ b/engine/src/flutter/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