xref: /aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/vts/Android.bp (revision 4d7e907c777eeecc4c5bd7cf640a754fac206ff7)
1package {
2    default_team: "trendy_team_bluetooth",
3    // 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
11cc_test {
12    name: "VtsHalBluetoothAudioTargetTest",
13    defaults: [
14        "latest_android_hardware_audio_common_ndk_static",
15        "latest_android_hardware_bluetooth_audio_ndk_static",
16        "latest_android_media_audio_common_types_ndk_static",
17        "VtsHalTargetTestDefaults",
18        "use_libaidlvintf_gtest_helper_static",
19    ],
20    tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
21    srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
22    static_libs: [
23        "android.hardware.common-V2-ndk",
24        "android.hardware.common.fmq-V1-ndk",
25    ],
26    shared_libs: [
27        "libbase",
28        "libbinder_ndk",
29        "libcutils",
30        "libfmq",
31    ],
32    test_config: "VtsHalBluetoothAudioTargetTest.xml",
33    test_suites: [
34        "general-tests",
35        "vts",
36    ],
37}
38