Update android.hardware.bluetooth.audio to V3

Tag: #feature
Bug: 266740545
Test: m android.hardware.bluetooth.audio-update-api &&
      atest VtsHalBluetoothAudioTargetTest
Change-Id: Ia92043aeedf12a8c68d7f4ee18a1dd52ac5a252f
Merged-In: Ia92043aeedf12a8c68d7f4ee18a1dd52ac5a252f
(cherry picked from commit dfd6fb219f)
This commit is contained in:
Rongxuan Liu
2023-01-26 17:16:20 +00:00
parent 0429952817
commit 0ec2eb8ca4
5 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ cc_library_shared {
"libcutils", "libcutils",
"libfmq", "libfmq",
"liblog", "liblog",
"android.hardware.bluetooth.audio-V2-ndk", "android.hardware.bluetooth.audio-V3-ndk",
"libbluetooth_audio_session_aidl", "libbluetooth_audio_session_aidl",
], ],
} }

View File

@@ -1,7 +1,7 @@
<manifest version="1.0" type="device"> <manifest version="1.0" type="device">
<hal format="aidl"> <hal format="aidl">
<name>android.hardware.bluetooth.audio</name> <name>android.hardware.bluetooth.audio</name>
<version>2</version> <version>3</version>
<fqname>IBluetoothAudioProviderFactory/default</fqname> <fqname>IBluetoothAudioProviderFactory/default</fqname>
</hal> </hal>
</manifest> </manifest>

View File

@@ -17,7 +17,7 @@ cc_test {
srcs: ["VtsHalBluetoothAudioTargetTest.cpp"], srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
shared_libs: [ shared_libs: [
"android.hardware.audio.common-V1-ndk", "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-V2-ndk",
"android.hardware.common.fmq-V1-ndk", "android.hardware.common.fmq-V1-ndk",
"libbase", "libbase",

View File

@@ -55,7 +55,7 @@ cc_library_shared {
"libbinder_ndk", "libbinder_ndk",
"libfmq", "libfmq",
"liblog", "liblog",
"android.hardware.bluetooth.audio-V2-ndk", "android.hardware.bluetooth.audio-V3-ndk",
"libhidlbase", "libhidlbase",
"libxml2", "libxml2",
], ],
@@ -75,7 +75,7 @@ cc_test {
shared_libs: [ shared_libs: [
"libbase", "libbase",
"libbinder_ndk", "libbinder_ndk",
"android.hardware.bluetooth.audio-V2-ndk", "android.hardware.bluetooth.audio-V3-ndk",
"libxml2", "libxml2",
], ],
test_suites: [ test_suites: [

View File

@@ -167,7 +167,7 @@
</hal> </hal>
<hal format="aidl" optional="true"> <hal format="aidl" optional="true">
<name>android.hardware.bluetooth.audio</name> <name>android.hardware.bluetooth.audio</name>
<version>2</version> <version>3</version>
<interface> <interface>
<name>IBluetoothAudioProviderFactory</name> <name>IBluetoothAudioProviderFactory</name>
<instance>default</instance> <instance>default</instance>