commit | 26f3e59bafd4701c00b5679517dfab9d80f4a49e | [log] [tgz] |
---|---|---|
author | Sorin Basca <sorinbasca@google.com> | Wed Jun 12 17:14:47 2024 +0100 |
committer | Sorin Basca <sorinbasca@google.com> | Wed Jun 12 17:15:33 2024 +0100 |
tree | bcb706c9161f6b7bca82749cd3e6d48d6e4b6f1d | |
parent | 61ae1b30ef81f315e798c4275bd69b1368172c64 [diff] |
Upgrade ASM to 9.6 Bug: 342332820 Test: RUN_ERROR_PRONE=true m -j96 javac-check lint-check dist Test: Forrest build. No-Allowed-Deps-Check: Only affects coverage builds. Change-Id: Ibff5f723afe49304940d98d03e539c4f51237dd8
This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils
instead.
This project uses a single source path for java code. All java code should go in the java
directory with subdirectories corresponding to the java package. Android.bp
files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.
Tests for java code should go in the javatests
directory and follow the same structure.