-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[flutter_tools] support new SDK structure for sdkmanager (#51980) #53194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[flutter_tools] support new SDK structure for sdkmanager (#51980) #53194
Conversation
|
This pull request was opened against a branch other than master. Since Flutter pull requests should not normally be opened against branches other than master, I have changed the base to master. If this was intended, you may modify the base back to v1.12.13-hotfixes. See the Release Process for information about how other branches get updated. Reviewers: Use caution before merging pull requests to branches other than master. The circumstances where this is valid are very rare. /cc @dnfield |
|
where were the conflicts you had to change? can one of the engineers who LGTM'd the original PR take a look as well? |
|
The conflicts had to do with the addition of the |
|
For reference here is the original change: https://github.com/flutter/flutter/pull/51980/files |
christopherfujino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
jmagman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Teach the android SDK class about the cmdline tools, which accept licenses instead of the obsolete platform tools.
We're not currently able to accept android licenses in the latest SDK. We also need to update our documentation to explain which component to download.
#51712