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