Skip to content

Commit f34d36c

Browse files
authored
Revert "ensure we export the various dart snapshot symbols on Fuchsia (flutter-team-archive#15953)"
This reverts commit 51f5371.
1 parent 9503dae commit f34d36c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ config("config") {
109109
}
110110

111111
config("export_dynamic_symbols") {
112-
if (is_linux || is_fuchsia) {
112+
if (is_linux) {
113113
inputs = [
114114
"$flutter_root/common/exported_symbols.sym",
115115
]

0 commit comments

Comments
 (0)