commit | 4880cd484a56dc71628a61f18c6b5e8dcffb8f5e | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Thu Mar 23 11:32:54 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 23 11:32:54 2023 +0000 |
tree | ec106e3e593f7dc2271dfc739a60935fe60b55b3 | |
parent | bbc57ef1c6ae69e668752e7d27e93f702712c436 [diff] | |
parent | cbf04b22c81f62cb9dd6d345bbabac602c47239a [diff] |
Create metadata json file for each module am: 653f881161 am: cbf04b22c8 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2304275 Change-Id: Iacf4b564d6f61dd899b723fd13e1ee4e2051f73f 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.