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