mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() Reverts: flutter/flutter#156549 Initiated by: christopherfujino Reason for reverting: https://github.com/flutter/flutter/issues/156606 Original PR Author: christopherfujino Reviewed By: {matanlurey} This change reverts the following previous change: I manually ran: ``` flutter update-packages --force-upgrade cd dev/tools && dart bin/generate_gradle_lockfiles.dart --no-gradle-generation --no-exclusion ``` Note this bumps the `google_mobile_ads` plugin, which caused https://github.com/flutter/flutter/issues/156474. I expect it to work this time after https://flutter-review.googlesource.com/c/recipes/+/60340 |
||
---|---|---|
.. | ||
bin | ||
pubspec.yaml | ||
README.md |
Forbidden from release tests
This program compiles the Dart portions of a Flutter application to the
AOT format used for release builds, and verifies that debugging related types
are not retained. By default, it uses the //examples/hello_world
application
in this repository.
This harness is invoked from dev/bots/test.dart
. By default it uses the
examples/hello_world.dart
as if it were being compiled for Android arm64
release. New forbidden types may be added by adding more --forbidden-type
options in the runForbiddenFromReleaseTests
method in dev/bots/test.dart