Unverified Commit 8c8b9106 authored by Kenzie Schmoll's avatar Kenzie Schmoll Committed by GitHub

Fix typo in flutter_tools --analyze-size output. (#64592)

parent 5a2153d3
...@@ -15,7 +15,7 @@ void validateBuild(AndroidBuildInfo androidBuildInfo) { ...@@ -15,7 +15,7 @@ void validateBuild(AndroidBuildInfo androidBuildInfo) {
throwToolExit( throwToolExit(
'Cannot perform code size analysis when building for multiple ABIs. ' 'Cannot perform code size analysis when building for multiple ABIs. '
'Specify one of android-arm, android-arm64, or android-x64 in the ' 'Specify one of android-arm, android-arm64, or android-x64 in the '
'--target-plaform flag.' '--target-platform flag.'
); );
} }
if (buildInfo.mode.isPrecompiled && androidBuildInfo.targetArchs.contains(AndroidArch.x86)) { if (buildInfo.mode.isPrecompiled && androidBuildInfo.targetArchs.contains(AndroidArch.x86)) {
......
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