mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Do not export libdart symbols (flutter/engine#6337)
This commit is contained in:
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':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user