commit | dcb2454f18303980fc52a034b057ce13043e085d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Jun 13 14:29:24 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 13 14:29:24 2024 +0000 |
tree | 295b681ec912ccdef6001794a69c197c54eee788 | |
parent | b50717e9c001644cc69e157d2a3833307360f0c7 [diff] | |
parent | 88309402ae5054868b39491baa8d2a76d63b890c [diff] |
Merge "Upgrade ASM to 9.6" into main am: 232136bcf9 am: 88309402ae Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3128693 Change-Id: I6e451569c0171b77d991086d13655805afcd51bb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.