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: 29
  Android SDK Build-tools 29.0.2
  Android SDK Command-line Tools 1.0.0 rc1
  Android SDK Emulator 29.1.12
  Android SDK Platform-tools 29.0.5
  Android SDK Platform API 29
  Android SDK Sources 29
  Google Cloud Messaging 3
  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:
* public/tools/bin/sdkmanager --list  # Look for "Installed packages:"
* For cmdline-tools run: sdkmanager --channel=3 'cmdline-tools;latest'
* Prepare the CIPD yaml files for packages that need update and add them
  to android-sdk-packager buildbucket configuation file.
  Submit the changes into gerrit (See crrev.com/c/1803895 as a reference)
* Wait until the builder android-sdk-packager creates new CIPD packages
* Update //DEPS with InstanceIds from the CIPD
* Update versions in this README.chromium.
  * The overall Version field should correspond to the Platform API version.