Do not export libdart symbols (flutter/engine#6337)

This commit is contained in:
Michael Goderbauer
2018-09-27 18:19:22 +02:00
committed by GitHub
parent db97bea01f
commit fc8c5df800

View File

@@ -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':