commit | 80514a5a6d6cccb1a69f9b288509835892342ec2 | [log] [tgz] |
---|---|---|
author | Omer Osman <omerosman@google.com> | Fri May 13 17:19:08 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 13 17:19:08 2022 +0000 |
tree | d5443e6813ce66fa6c6a178fd14d810a26720c89 | |
parent | 4a5d1f6e7ba116349f98345e67d499a73ddfce27 [diff] | |
parent | 63139efa5c238c1c1d5f566244171f0a0ab9f72f [diff] |
Merge "Update apex supported dependencies for BT Audio HAL V2" into tm-dev am: 63139efa5c Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/18112612 Change-Id: I379f6858c4a552ae3734f76d6f9611773f812333 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.