Do not export libdart symbols (flutter/engine#6337)
This commit is contained in:
committed by
GitHub
parent
db97bea01f
commit
fc8c5df800
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user