Conversation

You can fetch repo metadata (repositories and revisions) for Android build numbers via ci.android.com. For example, `adb --version` with platform-tools 30.0.2 reports the following: Android Debug Bridge version 1.0.41 Version 30.0.2-6538114 6538114 is the build number.
1
4
So for example, platform-tools originally didn't have a tagging system until I brought it up. The tags are still useful despite being able to fetch the metadata like this, especially since they provide a proper archive. OS builds always have tags, but not everything else does.
1