blob: de858fcba7f5977031a87083ce9c3464fce358f3 [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -08001package {
Yihan Dongd719d212024-10-12 09:04:41 +00002 default_team: "trendy_team_bluetooth",
Bob Badourb224b362021-02-12 20:13:01 -08003 // See: http://go/android-license-faq
4 // A large-scale-change added 'default_applicable_licenses' to import
5 // all of the 'license_kinds' from "hardware_interfaces_license"
6 // to get the below license kinds:
7 // SPDX-license-identifier-Apache-2.0
8 default_applicable_licenses: ["hardware_interfaces_license"],
9}
10
Grzegorz Kolodziejczykb5f2d232019-10-24 12:31:20 +020011cc_test {
12 name: "VtsHalBluetoothAudioV2_1TargetTest",
13 defaults: ["VtsHalTargetTestDefaults"],
Chih-Hung Hsiehad1bf312022-02-17 21:56:13 -080014 tidy_timeout_srcs: ["VtsHalBluetoothAudioV2_1TargetTest.cpp"],
Grzegorz Kolodziejczykb5f2d232019-10-24 12:31:20 +020015 srcs: ["VtsHalBluetoothAudioV2_1TargetTest.cpp"],
16 static_libs: [
17 "android.hardware.audio.common@5.0",
18 "android.hardware.bluetooth.audio@2.1",
19 "android.hardware.bluetooth.audio@2.0",
20 ],
21 shared_libs: [
22 "libfmq",
23 ],
24 test_suites: ["general-tests", "vts"],
25}