1package {
2    // See: http://go/android-license-faq
3    default_applicable_licenses: ["Android-Apache-2.0"],
4}
5
6cc_test {
7    name: "VtsHalBluetoothEwpTargetTest",
8    defaults: [
9        "use_libaidlvintf_gtest_helper_static",
10    ],
11    srcs: ["VtsHalBluetoothEwpTargetTest.cpp"],
12    shared_libs: [
13        "libbase",
14        "libcutils",
15        "libbinder_ndk",
16        "liblog",
17        "libutils",
18        "//hardware/google/interfaces:hardware.google.bluetooth.ewp-V1-ndk",
19    ],
20    static_libs: [
21        "libbluetooth-types",
22    ],
23    test_config: "VtsHalBluetoothEwpTargetTest.xml",
24    test_suites: [
25        "general-tests",
26        "vts",
27    ],
28}
29
30