Unverified Commit ee1fa94b authored by sjindel-google's avatar sjindel-google Committed by GitHub

Make build_aar_*_tests actually use release builds. (#48893)

parent 2459e1f2
......@@ -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'],
);
});
......
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