commit | 63935cfa88e6cb76da719c57c71c86974e07d688 | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Thu Mar 23 12:13:40 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 23 12:13:40 2023 +0000 |
tree | 1ac731fef973a6c5ac0db1533cde2501801440cb | |
parent | 8a70ce90323e75b63bd0eedd582a41557afe7ca2 [diff] | |
parent | 4880cd484a56dc71628a61f18c6b5e8dcffb8f5e [diff] |
Create metadata json file for each module am: 653f881161 am: cbf04b22c8 am: 4880cd484a Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2304275 Change-Id: Icd5a9103a3fa81241ac595784adc34ce29fc66ed 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.