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