commit | 111412e5c827249d1924b7eeb67512eaeaf45efe | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Sep 21 15:12:01 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 21 15:12:01 2021 +0000 |
tree | 0edc2c5f82ba156377f78a81304741160b1e6b88 | |
parent | cfe1dd7d4f34214413c52f28d70aa062639890dc [diff] | |
parent | e8e98efe4bca0c02d00e18c326ac080aadaa6bbc [diff] |
Enhance documentation in mainline stubs am: ee390f26eb am: e8e98efe4b Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1827251 Change-Id: Ib62126f1b20129ad353a61942455a69bcbcddd6e
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.