commit | 6796f860bd1fa07fadbb38afc2df6d801b2a13f2 | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Thu Oct 26 17:16:50 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 26 17:16:50 2023 +0000 |
tree | b0ec7fc0bb5d0f27adebb88fbf04db839dd6c180 | |
parent | 7f75eb461fa71b2d1f9ad6349747990c950b42ef [diff] | |
parent | 19f4e56db6bf49507263ebef0768c546e3498d67 [diff] |
Apex-Size-Increase: ~100KB for internal app. am: 19f4e56db6 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2802614 Change-Id: I241f865ffcc1ff7a0e6b5ad75bd7ec6b9c06ca08 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.