diff --git a/BUILD.gn b/BUILD.gn index dd5add06f68b4..21796bbcae5c7 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -109,7 +109,7 @@ config("config") { } config("export_dynamic_symbols") { - if (is_linux) { + if (is_linux || is_fuchsia) { inputs = [ "$flutter_root/common/exported_symbols.sym", ]