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