mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[flutter_tools] dont supress analytics from re-entrant macos build (#54805)
This commit is contained in:
parent
21588019bd
commit
2f23476cbb
@ -72,7 +72,7 @@ if [[ -n "$DART_OBFUSCATION" ]]; then
|
||||
dart_obfuscation_flag="true"
|
||||
fi
|
||||
|
||||
RunCommand "${FLUTTER_ROOT}/bin/flutter" --suppress-analytics \
|
||||
RunCommand "${FLUTTER_ROOT}/bin/flutter" \
|
||||
${verbose_flag} \
|
||||
${flutter_engine_flag} \
|
||||
${local_engine_flag} \
|
||||
|
Loading…
Reference in New Issue
Block a user