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