commit | 48efcf1417a7e2323138b84acff02f3d26b0156f | [log] [tgz] |
---|---|---|
author | Myles Watson <mylesgw@google.com> | Thu Jan 05 22:07:44 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jan 05 22:07:44 2023 +0000 |
tree | 2d96b3974e4d8ce6a694c6f8da796970e3d9ee36 | |
parent | 08463b91388213f499134dae768067ccb58d8b0f [diff] | |
parent | 464216b666358c33ed97ec1e98bc2b60507fee33 [diff] |
Merge "Add bluetooth-v1-ndk to allowed_deps" am: 464216b666 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2367450 Change-Id: I4b63d6ded2c8478209110e123081d5cfc2c3da7e 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.