AndroidX Libraries

See also: //third_party/android_deps/README.md.

Mapping snapshot version to git revision

  • Googlers can figure this out via go/clank-autoroll#androidx-regression-range

Viewing Source Code:

How to add a new androidx library

  1. Add the gradle entry for the desired target to build.gradle.template
  2. Do a trial run (downloads files locally):
    third_party/androidx/fetch_all_androidx.py --local
    
  3. Assuming it works fine, upload & submit your change to build.gradle.template
  4. Wait for the packager and auto-roller to run (or trigger the packager manually to expedite)