xref: /aosp_15_r20/hardware/interfaces/bluetooth/audio/2.1/vts/functional/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: "VtsHalBluetoothAudioV2_1TargetTest",
13    defaults: ["VtsHalTargetTestDefaults"],
14    tidy_timeout_srcs: ["VtsHalBluetoothAudioV2_1TargetTest.cpp"],
15    srcs: ["VtsHalBluetoothAudioV2_1TargetTest.cpp"],
16    static_libs: [
17        "[email protected]",
18        "[email protected]",
19        "[email protected]",
20    ],
21    shared_libs: [
22        "libfmq",
23    ],
24    test_suites: ["general-tests", "vts"],
25}
26