Skip to content

Latest commit

 

History

History

android_sdk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Name: Android SDK
URL: http://developer.android.com/sdk/index.html
Version: 30
  Android SDK Build-tools 30.0.1
  Android SDK Command-line Tools 3.0
  Android SDK Emulator 30.0.12
  Android SDK Platform-tools 30.0.3
  Android SDK Platform API 30
  Android SDK Sources 29
  SDK Patch Applier v4
Security Critical: no
License: Apache Version 2.0

Description:
The Android SDK provide API libraries and developer tools necessary to
build, test and debug for Android.

Local Modifications:
- public/
  - Added extras/chromium/.

Update Instructions:
* What to update:
  * public/cmdline-tools/latest/bin/sdkmanager --list
    * Note the 'Available Updates:' section of the output.
* How to update packages:
  * Find the latest build on the android-sdk-packager builder. Get the CIPD
    instance id from its logs and update //DEPS:
    https://ci.chromium.org/p/chromium/builders/ci/android-sdk-packager
  * Use `public/cmdline-tools/latest/bin/sdkmanager platform-tools` to make
    sure that it is the latest version.
  * Update this file with the new version.
* Adding new sdk packages:
  * Prepare the CIPD yaml files for packages in the cipd/ directory.
  * Add them to android-sdk-packager buildbucket configuation file:
    infra/config/subprojects/chromium/master-only/ci.star
  * Submit the changes into gerrit (See crrev.com/c/2241994 as a reference)
  * Follow the update instructions to get a build from the CI builder.
* Updating this file:
  * The overall Version field should correspond to the Platform API version.