commit | 367bad17158a8626c591acb0146e569bc032562a | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Wed Sep 13 11:24:09 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 13 11:24:09 2023 +0000 |
tree | 0bae73c69242b7c9b51c65d570a9252cfa200136 | |
parent | 7f26f595efc1a07b4d9e2c5f8cf4fb9b8ed1b0be [diff] | |
parent | 2251fddf468fd27be9e0ed180dbd1a1af2378a59 [diff] |
Merge "Add an option to skip the allowed deps check." into main am: 2251fddf46 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2748333 Change-Id: I0cdc87490d0e050cb439dcaf57a2cfec6425b4a1 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.