Skip to content

Commit 763627f

Browse files
authored
Do not export libdart symbols (flutter#6337)
1 parent 3052dbd commit 763627f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ def to_gn_args(args):
113113
else:
114114
aot = False
115115

116+
gn_args['dart_lib_export_symbols'] = False
117+
116118
if runtime_mode == 'debug':
117119
gn_args['dart_runtime_mode'] = 'develop'
118120
elif runtime_mode == 'dynamic_profile':

0 commit comments

Comments
 (0)