README.chromium 1.4 KB

123456789101112131415161718192021222324252627282930
  1. Name: Android SDK bundletool
  2. Short Name: bundletool
  3. Version: unknown
  4. License: Apache Version 2.0
  5. License File: NOT_SHIPPED
  6. Security Critical: No
  7. URL: https://github.com/google/bundletool
  8. Description:
  9. Bundletool is a tool to manipulate Android App Bundles.
  10. Local Modifications:
  11. None
  12. What version is this:
  13. * bundletool is now autorolled.
  14. * To lookup the latest version being used currently:
  15. * Look up the cipd instance id from //DEPS, or run
  16. `gclient getdep -r src/third_party/android_build_tools/bundletool:chromium/third_party/android_build_tools/bundletool`.
  17. * Find the version tag at this url
  18. https://chrome-infra-packages.appspot.com/p/chromium/third_party/android_build_tools/bundletool/+/<instance id>
  19. * Or, run `cipd describe chromium/third_party/android_build_tools/bundletool -version <instance id>` and look at the version tag.
  20. * The version string appears after the @ symbol in the tag.
  21. * New instances are uploaded by the packager bot:
  22. https://ci.chromium.org/p/chromium/builders/ci/3pp-linux-amd64-packager
  23. * The bot autoruns every 6 hours. Ping a trooper or a clank build core dev to
  24. trigger it if you need it sooner:
  25. https://luci-scheduler.appspot.com/jobs/chromium/3pp-linux-amd64-packager
  26. * The autoroller runs automatically when a new cipd instance is uploaded, see
  27. its status here: https://autoroll.skia.org/r/bundletool-chromium