1package {
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        "latest_android_hardware_audio_common_ndk_static",
14        "latest_android_hardware_bluetooth_audio_ndk_static",
15        "latest_android_media_audio_common_types_ndk_static",
16        "VtsHalTargetTestDefaults",
17        "use_libaidlvintf_gtest_helper_static",
18    ],
19    tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
20    srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
21    static_libs: [
22        "android.hardware.common-V2-ndk",
23        "android.hardware.common.fmq-V1-ndk",
24    ],
25    shared_libs: [
26        "libbase",
27        "libbinder_ndk",
28        "libcutils",
29        "libfmq",
30    ],
31    test_config: "VtsHalBluetoothAudioTargetTest.xml",
32    test_suites: [
33        "general-tests",
34        "vts",
35    ],
36}
37