[flutter_tools] dont supress analytics from re-entrant macos build (#54805)

This commit is contained in:
Jonah Williams 2020-04-15 10:45:03 -07:00 committed by GitHub
parent 21588019bd
commit 2f23476cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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} \