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

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