summaryrefslogtreecommitdiff
path: root/bluetooth/bt_channel_avoidance/aidl/vts/Android.bp
blob: be2a6f62c4f362dc883a0dd51a950ece374d1ae7 (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
package {
    // See: http://go/android-license-faq
    default_applicable_licenses: ["Android-Apache-2.0"],
}

cc_test {
    name: "VtsHalBTChannelAvoidanceTargetTest",
    defaults: [
        "use_libaidlvintf_gtest_helper_static",
    ],
    srcs: ["VtsHalBTChannelAvoidanceTargetTest.cpp"],
    shared_libs: [
        "libbase",
        "libcutils",
        "libbinder_ndk",
        "liblog",
        "libutils",
        "//hardware/google/interfaces:hardware.google.bluetooth.bt_channel_avoidance-V1-ndk",
    ],
    static_libs: [
        "libbluetooth-types",
    ],
    test_config: "VtsHalBTChannelAvoidanceTargetTest.xml",
    test_suites: [
        "general-tests",
        "vts",
    ],
}