blob: 5a604a1960bfe315afa01a6e76d65e95da0b52b6 [file] [log] [blame]
Josh Wu049e2cd2022-01-12 05:42:58 -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
10cc_test {
11 name: "VtsHalBluetoothAudioTargetTest",
12 defaults: [
13 "VtsHalTargetTestDefaults",
14 "use_libaidlvintf_gtest_helper_static",
15 ],
Chih-Hung Hsiehad1bf312022-02-17 21:56:13 -080016 tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
Josh Wu049e2cd2022-01-12 05:42:58 -080017 srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
Myles Watson5aadf9a2023-07-11 16:08:27 -070018 static_libs: [
Josh Wu049e2cd2022-01-12 05:42:58 -080019 "android.hardware.audio.common-V1-ndk",
Rongxuan Liudfd6fb22023-01-26 17:16:20 +000020 "android.hardware.bluetooth.audio-V3-ndk",
Josh Wu049e2cd2022-01-12 05:42:58 -080021 "android.hardware.common-V2-ndk",
22 "android.hardware.common.fmq-V1-ndk",
Myles Watson5aadf9a2023-07-11 16:08:27 -070023 "android.media.audio.common.types-V2-ndk",
24 ],
25 shared_libs: [
Josh Wu049e2cd2022-01-12 05:42:58 -080026 "libbase",
27 "libbinder_ndk",
28 "libcutils",
29 "libfmq",
30 ],
31 test_suites: [
32 "general-tests",
33 "vts",
34 ],
35}