Unverified Commit 2f23476c authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

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

parent 21588019
...@@ -72,7 +72,7 @@ if [[ -n "$DART_OBFUSCATION" ]]; then ...@@ -72,7 +72,7 @@ if [[ -n "$DART_OBFUSCATION" ]]; then
dart_obfuscation_flag="true" dart_obfuscation_flag="true"
fi fi
RunCommand "${FLUTTER_ROOT}/bin/flutter" --suppress-analytics \ RunCommand "${FLUTTER_ROOT}/bin/flutter" \
${verbose_flag} \ ${verbose_flag} \
${flutter_engine_flag} \ ${flutter_engine_flag} \
${local_engine_flag} \ ${local_engine_flag} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment