Since #188119, the flutter/flutter -> flutter/packages roll has been blocked on Android build failures; see flutter/packages#12070 for the bisected roll. (Unfortunately we didn't find this immediately because we had other roll issues that prevented us from noticing it at first.)
Here's a very recent passing run, and here's the failure from that roll attempt.
Every shard is failing.
I was able to reproduce locally (using camera/camera/example because it happened to be the first one in the logs) by doing
flutter build apk --debug --config-only
cd android
./gradlew app:assembleAndroidTest -Pverbose=true
which is what the repo tooling is doing.
Is this no longer a valid way to build?
Since #188119, the flutter/flutter -> flutter/packages roll has been blocked on Android build failures; see flutter/packages#12070 for the bisected roll. (Unfortunately we didn't find this immediately because we had other roll issues that prevented us from noticing it at first.)
Here's a very recent passing run, and here's the failure from that roll attempt.
Every shard is failing.
I was able to reproduce locally (using camera/camera/example because it happened to be the first one in the logs) by doing
flutter build apk --debug --config-only cd android ./gradlew app:assembleAndroidTest -Pverbose=truewhich is what the repo tooling is doing.
Is this no longer a valid way to build?