OK-5107 update cmdline-tools build reference#56
Merged
Conversation
Contributor
|
While we're updating this one, let's just go on and pin to the current latest link maybe? This would be |
Contributor
Author
|
Updated to |
cameronbroe
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the
cmdline-toolsbuild reference ininstall_android_sdkdefaults from11076708(released January 2024) to13114758, which includes thepixel_9device profile.Problem
PR #52 (OK-5060) set the default
device_profiletopixel_9, but the cmdline-tools URL was still pinned to a build that predates the Pixel 9 announcement (August 2024). As a result,avdmanager create avd --device pixel_9fails with:This makes
deploy_avd.ymlfail out-of-the-box on any host that gets a freshinstall_android_sdkrun.Fix
Bump
install_android_sdk_cmdline_tools_urlto build13114758, which is a recent stable cmdline-tools release that includes thepixel_9device profile.Test plan
install_android_sdk.ymlon a host with no existing SDK install (or withinstall_android_sdk_force=true)pixel_9appears inavdmanager list deviceoutputdeploy_avd.ymlagainst a running VM with default settings — confirm AVD is created without the "No device found" errorNotes
The build number was selected based on a known-good recent stable release. Worth verifying the latest available build on https://developer.android.com/tools/releases/cmdline-tools before merging if a newer one is preferred.