summaryrefslogtreecommitdiff
path: root/bluetooth/audio/aidl/vts/Android.bp
blob: 3aed1b38ffb756d1f244986933b0869e02253c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "hardware_interfaces_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["hardware_interfaces_license"],
}

cc_test {
    name: "VtsHalBluetoothAudioTargetTest",
    defaults: [
        "VtsHalTargetTestDefaults",
        "use_libaidlvintf_gtest_helper_static",
    ],
    tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
    srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
    shared_libs: [
        "android.hardware.audio.common-V1-ndk",
        "android.hardware.bluetooth.audio-V2-ndk",
        "android.hardware.common-V2-ndk",
        "android.hardware.common.fmq-V1-ndk",
        "libbase",
        "libbinder_ndk",
        "libcutils",
        "libfmq",
    ],
    test_suites: [
        "general-tests",
        "vts",
    ],
}