mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Add Bluetooth Audio AIDL HAL VTS" am: fd4d63ff51 am: 31e7dfc4f3 am: b33b760eea
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1946231 Change-Id: Ie78296a362515717c4972cc108e97d14a5a80a58
This commit is contained in:
31
bluetooth/audio/aidl/vts/Android.bp
Normal file
31
bluetooth/audio/aidl/vts/Android.bp
Normal 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",
|
||||
],
|
||||
}
|
||||
1498
bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
Normal file
1498
bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user