ensure we export the various dart snapshot symbols on Fuchsia (flutter/engine#15953)

This commit is contained in:
George Wright 2020-01-23 20:13:03 -08:00 committed by Flutter GitHub Bot
parent e83e36cfe7
commit ffb91bfd48

View File

@ -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",
]