mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Update android.hardware.bluetooth.audio to V3 am: 6945dd3bb3
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2429183 Change-Id: I31fe6091cc16f08eb54dcb84ce7daf8b5960dc6e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -29,7 +29,7 @@ cc_library_shared {
|
||||
"libcutils",
|
||||
"libfmq",
|
||||
"liblog",
|
||||
"android.hardware.bluetooth.audio-V2-ndk",
|
||||
"android.hardware.bluetooth.audio-V3-ndk",
|
||||
"libbluetooth_audio_session_aidl",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<manifest version="1.0" type="device">
|
||||
<hal format="aidl">
|
||||
<name>android.hardware.bluetooth.audio</name>
|
||||
<version>2</version>
|
||||
<version>3</version>
|
||||
<fqname>IBluetoothAudioProviderFactory/default</fqname>
|
||||
</hal>
|
||||
</manifest>
|
||||
|
||||
@@ -17,7 +17,7 @@ cc_test {
|
||||
srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"android.hardware.audio.common-V1-ndk",
|
||||
"android.hardware.bluetooth.audio-V2-ndk",
|
||||
"android.hardware.bluetooth.audio-V3-ndk",
|
||||
"android.hardware.common-V2-ndk",
|
||||
"android.hardware.common.fmq-V1-ndk",
|
||||
"libbase",
|
||||
|
||||
@@ -55,7 +55,7 @@ cc_library_shared {
|
||||
"libbinder_ndk",
|
||||
"libfmq",
|
||||
"liblog",
|
||||
"android.hardware.bluetooth.audio-V2-ndk",
|
||||
"android.hardware.bluetooth.audio-V3-ndk",
|
||||
"libhidlbase",
|
||||
"libxml2",
|
||||
],
|
||||
@@ -75,7 +75,7 @@ cc_test {
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"android.hardware.bluetooth.audio-V2-ndk",
|
||||
"android.hardware.bluetooth.audio-V3-ndk",
|
||||
"libxml2",
|
||||
],
|
||||
test_suites: [
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<name>android.hardware.bluetooth.audio</name>
|
||||
<version>2</version>
|
||||
<version>3</version>
|
||||
<interface>
|
||||
<name>IBluetoothAudioProviderFactory</name>
|
||||
<instance>default</instance>
|
||||
|
||||
Reference in New Issue
Block a user