Add Bluetooth Audio AIDL HAL VTS

Test: atest VtsHalBluetoothAudioTargetTest
Bug: 203490261
Change-Id: I1583cec9eacb18cfb285b3d12ca876def61342bd
This commit is contained in:
Josh Wu 2022-01-12 05:42:58 -08:00
parent fc81d2e4aa
commit 049e2cd327
2 changed files with 1529 additions and 0 deletions

View file

@ -0,0 +1,31 @@
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_interfaces_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_interfaces_license"],
}
cc_test {
name: "VtsHalBluetoothAudioTargetTest",
defaults: [
"VtsHalTargetTestDefaults",
"use_libaidlvintf_gtest_helper_static",
],
srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
shared_libs: [
"android.hardware.audio.common-V1-ndk",
"android.hardware.bluetooth.audio-V1-ndk",
"android.hardware.common-V2-ndk",
"android.hardware.common.fmq-V1-ndk",
"libbase",
"libbinder_ndk",
"libcutils",
"libfmq",
],
test_suites: [
"general-tests",
"vts",
],
}

File diff suppressed because it is too large Load diff