tree: 5751d7ca3df678d03658319a3293c20715df493f [path history] [tgz]
  1. conscrypt/
  2. i18n/
  3. platform/
  4. runtime/
  5. statsd/
  6. tzdata/
  7. README.md
  8. update.py
mainline/README.md

Prebuilts of APIs from platform and other Mainline modules that the ART Module needs.

To update:

  1. Submit the changes that need to go into the prebuilt.

  2. Wait for a new build on branch aosp-master, target mainline_modules.

  3. Run:

    prebuilts/runtime/mainline/update.py -b aosp-master --build <build id>
    

    where <build id> is the ID of the build in step #2.

  4. Upload and submit the CL created in prebuilts/runtime. Please do not make any file changes locally.