tree: bf94f5672551cc0988ac58f4499b650637d19c31 [path history] [tgz]
  1. compos/
  2. conscrypt/
  3. i18n/
  4. platform/
  5. runtime/
  6. statsd/
  7. tzdata/
  8. README.md
  9. 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.