Unverified Commit a37921f1 authored by Emmanuel Garcia's avatar Emmanuel Garcia Committed by GitHub

Remove stdout related to settings_aar.gradle (#36949)

Fixes #36923
parent 188093c9
......@@ -58,6 +58,11 @@ void main() {
stdout.removeAt(0);
if (stdout.first.startsWith('Initializing gradle...'))
stdout.removeAt(0);
// TODO(blasten): Remove this and the one below once the migration to AAR is completed.
if (stdout.first.contains('settings_aar.gradle'))
stdout.removeAt(0);
if (stdout.first.contains('settings_aar.gradle'))
stdout.removeAt(0);
if (stdout.first.startsWith('Resolving dependencies...'))
stdout.removeAt(0);
if (!(stdout.first.startsWith('Launching lib/main.dart on ') && stdout.first.endsWith(' in release mode...')))
......
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