commit | d884ae3cc6669acd72dfc983e95a7c91a56e07db | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Thu Mar 23 10:56:15 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 23 10:56:15 2023 +0000 |
tree | 43b5203b2e02abbef6cbb7b2c583fe213386866c | |
parent | b9879e81a6c26174e77f815e775e49f2877f7f0c [diff] | |
parent | 653f88116179584d7dfa8ade6ce7e0851ef41e1a [diff] |
Create metadata json file for each module am: 653f881161 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2304275 Change-Id: Ibe5e456ddab06776ebd075811cfb7037074b5f07 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.