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