README.chromium 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Name: Android SDK
  2. URL: http://developer.android.com/sdk/index.html
  3. Version: 31
  4. Android SDK Build-Tools 33.0.0
  5. Android SDK Command-line Tools 7.0
  6. Android SDK Emulator 31.2.10
  7. Android SDK Patch Applier v4
  8. Android SDK Platform-Tools 33.0.2
  9. Android SDK Platform API 33
  10. Android SDK Sources 31
  11. Google Cloud Messaging for Android Library, rev 3
  12. Security Critical: no
  13. License: Apache Version 2.0
  14. Description:
  15. The Android SDK provide API libraries and developer tools necessary to
  16. build, test and debug for Android.
  17. Update Instructions:
  18. * What to update:
  19. * public/cmdline-tools/latest/bin/sdkmanager --list
  20. * Note the 'Available Updates:' section of the output.
  21. * How to update packages:
  22. * Find the latest build on the android-sdk-packager builder. Get the CIPD
  23. instance id from its logs and update //DEPS:
  24. https://ci.chromium.org/p/chromium/builders/ci/android-sdk-packager
  25. * Run `gclient sync` to fetch the updated files for the new instances in
  26. //DEPS.
  27. * Run `public/cmdline-tools/latest/bin/sdkmanager --list_installed` and make
  28. sure that the packages are the new version.
  29. * Run `cat public/cmdline-tools/latest/source.properties` to check the
  30. version of cmdline-tools (this is not included in --list_installed).
  31. * Update this file with the new version.
  32. * Adding new sdk packages:
  33. * Prepare the CIPD yaml files for packages in the cipd/ directory.
  34. * Add them to android-sdk-packager buildbucket configuation file:
  35. infra/config/subprojects/chromium/master-only/ci.star
  36. * Submit the changes into gerrit (See crrev.com/c/2241994 as a reference)
  37. * Follow the update instructions to get a build from the CI builder.
  38. * Updating this file:
  39. * The overall Version field should correspond to the Platform API version.
  40. * Updating other things:
  41. * Use "git log third_party/android_sdk/README.chromium" to find previous
  42. update commits and see what sorts of changes to make.