commit | a9ef7a50098da15966c9db84ca8bc1fc4b263ec5 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Sat Jun 11 12:33:53 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jun 11 12:33:53 2022 +0000 |
tree | 90fdd9dd79f57a2b4b5712e2b80710f3b2d6038d | |
parent | 1c7b620a9d290de8f4d0a300d8d0a6cab712f65c [diff] | |
parent | e75e7c57e75f8099a8bfdcdcd1c30d3f32797746 [diff] |
Optional modules need a module specific soong config variable am: e75e7c57e7 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/18819312 Change-Id: I6632f7d743eda8ec6c79ef2b1ef227ed1ff2ae06 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.