Roll back the AAR build experiment#36966
Roll back the AAR build experiment#36966blasten merged 2 commits intoflutter:masterfrom mklim:roll_back_aar_experiment
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. While there are exceptions to this rule, if this patch modifies code it is probably not an exception. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. /cc @dnfield |
This has been breaking flutter/plugins CI for the past day.
|
The smoke test here is the flutter/plugins Cirrus https://cirrus-ci.com/github/flutter/plugins/master Getting this app to run on every Flutter framework change is #33440 It might be that the path for getting this to run on Flutter framework changes is submitting it to https://github.com/flutter/tests |
|
It may also need to comment out |
Codecov Report
@@ Coverage Diff @@
## master #36966 +/- ##
==========================================
- Coverage 55.93% 55.29% -0.64%
==========================================
Files 190 190
Lines 17564 17564
==========================================
- Hits 9824 9712 -112
- Misses 7740 7852 +112
Continue to review full report at Codecov.
|
| name: 'Build plugins independently as AARs in app projects', | ||
| configSetting: 'enable-build-plugin-as-aar', | ||
| master: FeatureChannelSetting( | ||
| available: true, |
There was a problem hiding this comment.
If you make this available: true. Then it can still be manually enabled with flutter config --enable-build-plugin-as-aar.
* Roll back the AAR build experiment This has been breaking flutter/plugins CI for the past day. * Remove integration tests that rely on the AAR flag
Description
This has been breaking flutter/plugins CI for the past day.
Related Issues
Tests
packages/flutter_tools/test/general.shard/features_test.dartChecklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?