commit | 214ad016be5e90f33ee2f254211bd2ce25cc7e24 | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Thu Oct 26 17:41:45 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 26 17:41:45 2023 +0000 |
tree | 971a5085f2ec5f7425b2dcde969df3e0de4e7b81 | |
parent | 9f526960c4df2ab3af9ac6fb4e1f594ca9850f91 [diff] | |
parent | 686c9616a8fe0ec74a8af854ff46666ad206dba4 [diff] |
Apex-Size-Increase: ~100KB for internal app. am: 19f4e56db6 am: 686c9616a8 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2802614 Change-Id: I61bc7598f7ddee4f584273c74613c92b8b1af4de 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.