commit | 4a3c95ba18ee743bfe6611391a0c9330e6b4c091 | [log] [tgz] |
---|---|---|
author | Rongxuan Liu <rongxuan@google.com> | Thu Jan 26 17:34:35 2023 +0000 |
committer | Rongxuan Liu <rongxuan@google.com> | Fri Feb 10 04:06:57 2023 +0000 |
tree | 6ab6628fe2ba2e4f9db423dd978ddc7f578d87d3 | |
parent | 6e048b02e2c4f1d28ebf34bc1f12551636a7f71b [diff] |
Update apex supported dependencies for BT Audio HAL V3 Previous-Platform-Support: No change (minSdkVersion=33) Apex-Size-Increase: Aosp-First: internal, cherry-pick to aosp Ignore-AOSP-First: Cherry-pick to aosp Test-Info: VTS test cases added to hardware/interfaces Tag: #feature Bug: 266740545 Test: m android.hardware.bluetooth.audio-freeze-api && m android.hardware.bluetooth.audio-update-api && atest VtsHalBluetoothAudioTargetTest Change-Id: I031d175cb9bd463225d3a5db9dff401c7cdb7578 Merged-In: I031d175cb9bd463225d3a5db9dff401c7cdb7578
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.