blob: f5cb956e37f68b9f79babd58924d81b1a10ccfa8 [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "hardware_interfaces_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
Cheney Ni56d54f12018-11-30 16:29:47 +080010cc_test {
11 name: "VtsHalBluetoothAudioV2_0TargetTest",
12 defaults: ["VtsHalTargetTestDefaults"],
13 srcs: ["VtsHalBluetoothAudioV2_0TargetTest.cpp"],
14 static_libs: [
15 "android.hardware.audio.common@5.0",
16 "android.hardware.bluetooth.audio@2.0",
17 ],
18 shared_libs: [
19 "libfmq",
20 ],
Dan Shiba894f82020-03-26 00:06:39 -070021 test_suites: ["general-tests", "vts"],
Cheney Ni56d54f12018-11-30 16:29:47 +080022}