mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Requesting a review from a release engineer who is not me and a review from the flutter android team that is not me. ### Issue Link: What is the link to the issue this cherry-pick is addressing? https://github.com/flutter/flutter/issues/177037 ### Changelog Description: [flutter/issue/177037](https://github.com/flutter/flutter/issues/177037) Allows some android apps that use dynamic modules to build from android studio. ### Workaround: Is there a workaround for this issue? Do not build in android studio but instead use the command line. ### Risk: What is the risk level of this cherry-pick? Build change but it is a revert and a removal of a branch of code behind a check for launching from android studio. ### Test Coverage: Are you confident that your fix is well-tested by automated tests? No tests for this feature as it would have required launching android studio. ### Validation Steps: What are the steps to validate that this fix works? Use compileOnly dependencies in an app that also uses dynamic download.