From 66069bc83979cd0b3c281c113d79841c87efa61b Mon Sep 17 00:00:00 2001 From: "zijiehe@" <68449066+zijiehe-google-com@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:35:58 -0700 Subject: [PATCH] Remove duplicated dart_lib_export_symbols --- engine/src/flutter/tools/gn | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/src/flutter/tools/gn b/engine/src/flutter/tools/gn index df1dbec1e9a6b..1caf5ce548e2a 100755 --- a/engine/src/flutter/tools/gn +++ b/engine/src/flutter/tools/gn @@ -529,7 +529,6 @@ def to_gn_args(args): gn_args['flutter_use_fontconfig'] = args.enable_fontconfig gn_args['dart_component_kind'] = 'static_library' # Always link Dart in statically. gn_args['embedder_for_target'] = args.embedder_for_target - gn_args['dart_lib_export_symbols'] = False gn_args['flutter_runtime_mode'] = runtime_mode gn_args['dart_version_git_info'] = not args.no_dart_version_git_info