commit | 34f52669b619567331e71dd4679443e4bae3c549 | [log] [tgz] |
---|---|---|
author | Bob Wang <ziyiw@google.com> | Tue Oct 17 17:42:34 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 17 17:42:34 2023 +0000 |
tree | da9052e6edb05aa4f3ab3b9c9f97501509b03217 | |
parent | 05be8460168f597e55d5b4d11e39d1c07fb09955 [diff] | |
parent | ea470a65b9f7554f996ac926681ae2f447b4ed9d [diff] |
Merge "Add uwb_backend aidl interface v2 to allowed_deps." into main am: ea470a65b9 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2786620 Change-Id: I80f3502f26f34680c2c9f00e14cde65f3f63649f 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.