aosp12/prebuilts/runtime/mainline
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
conscrypt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
i18n init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
platform init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
runtime init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
statsd init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tzdata init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
update.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

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.