commit | 803afdea879618c1a07fdecfc0d0663d00225944 | [log] [tgz] |
---|---|---|
author | Rongxuan Liu <rongxuan@google.com> | Sat Feb 11 00:02:52 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Feb 11 00:02:52 2023 +0000 |
tree | 41d0df959fc7f8e30726cd73ed8bb87b7a537a27 | |
parent | 04a44446d6896c4e42f85de47aebd182501bace2 [diff] | |
parent | cef9d84d85874e13220b833bf71849873de4e002 [diff] |
[automerger skipped] Update apex supported dependencies for BT Audio HAL V3 am: 4a3c95ba18 am: cef9d84d85 -s ours am skip reason: Merged-In I031d175cb9bd463225d3a5db9dff401c7cdb7578 with SHA-1 04a44446d6 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2429380 Change-Id: Id497d05285107fb0f656f711e2843db4cf7ed856 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.