commit | 807c94ba9d82eae069b02c622094dfa3ceb9a72b | [log] [tgz] |
---|---|---|
author | Allen Hair <allenhair@google.com> | Tue Mar 22 17:20:25 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 22 17:20:25 2022 +0000 |
tree | 81e8afc292252867ceaa4244fcde2fb41a62c1cd | |
parent | ca43b52c8f5b301f0fded07fdd37fb5ea5ecdb64 [diff] | |
parent | d0cac618782ac3de3e9c21b1694a2d786b331505 [diff] |
Merge "Update asm-7.0 to asm-9.2." am: d0cac61878 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2016116 Change-Id: I844f5f28268fe68de8cb93f14199779cf3274d67
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.