commit | 938617af859e9e37e92d0f1ee3efc3ffe858a020 | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Wed Jun 14 20:02:38 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 14 20:02:38 2023 +0000 |
tree | 0367a6053c642d039acf29754706d83e5d5f8c0f | |
parent | d73d5afd29b87d8b5f593703a6528f95a6c1a66d [diff] | |
parent | 0068ff9fbb0185bd0f5f88f40745de9b0eb524fb [diff] |
[automerger skipped] DO NOT MERGE Add last finalized version to metadata file. am: 0068ff9fbb -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/23660380 Change-Id: If8758df4807694a01ec121b3f7276c167a574b07 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.