Skip to content

Commit

Permalink
Do not export libdart symbols (flutter#6337)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored and GaryQian committed Oct 2, 2018
1 parent 1e4d1ba commit 6a9b90c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def to_gn_args(args):
else:
aot = False

gn_args['dart_lib_export_symbols'] = False

if runtime_mode == 'debug':
gn_args['dart_runtime_mode'] = 'develop'
elif runtime_mode == 'dynamic_profile':
Expand Down

0 comments on commit 6a9b90c

Please sign in to comment.