mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update flutter build apk -h
to indicate that target arch is not supported in debug mode. (#154111)
Part of #153359
This commit is contained in:
parent
1a5cbbfbe8
commit
114dd89bbb
@ -50,7 +50,9 @@ class BuildApkCommand extends BuildSubCommand {
|
|||||||
..addMultiOption('target-platform',
|
..addMultiOption('target-platform',
|
||||||
defaultsTo: <String>['android-arm', 'android-arm64', 'android-x64'],
|
defaultsTo: <String>['android-arm', 'android-arm64', 'android-x64'],
|
||||||
allowed: <String>['android-arm', 'android-arm64', 'android-x86', 'android-x64'],
|
allowed: <String>['android-arm', 'android-arm64', 'android-x86', 'android-x64'],
|
||||||
help: 'The target platform for which the app is compiled.',
|
// https://github.com/flutter/flutter/issues/153359 tracks debug build type support.
|
||||||
|
help:
|
||||||
|
'The target platform for which the app is compiled. Supports release but not debug build types.',
|
||||||
);
|
);
|
||||||
usesTrackWidgetCreation(verboseHelp: verboseHelp);
|
usesTrackWidgetCreation(verboseHelp: verboseHelp);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user