mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Make build_aar_*_tests actually use release builds. (#48893)
This commit is contained in:
parent
2459e1f288
commit
ee1fa94b4d
@ -57,7 +57,7 @@ Future<void> main() async {
|
||||
await inDirectory(projectDir, () async {
|
||||
await flutter(
|
||||
'build',
|
||||
options: <String>['aar', '--verbose'],
|
||||
options: <String>['aar', '--release', '--verbose'],
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Future<void> main() async {
|
||||
await inDirectory(projectDir, () async {
|
||||
await flutter(
|
||||
'build',
|
||||
options: <String>['aar', '--verbose'],
|
||||
options: <String>['aar', '--verbose', '--release'],
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user