commit | 7eea27ea03ef9d273fcb8fe9167216c328613371 | [log] [tgz] |
---|---|---|
author | Roopa Sattiraju <sattiraju@google.com> | Thu May 12 17:04:43 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 12 17:04:43 2022 +0000 |
tree | 4c6581015192ea111040015398944016ee5cfbb1 | |
parent | 455f54e977f6fa83f52e27fc5f5d251a8f7f5c02 [diff] | |
parent | d1b2fc083b1e20843705853532f19feb50197dbf [diff] |
Merge "Adding bluetooth to mainline_modules_sdks.py" into tm-dev am: d1b2fc083b Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/18206676 Change-Id: Iddde4e04bf77b1ff22f00e0859b9178ae1f8b68a 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.