• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    test_config: "VtsHalBluetoothExtTargetTest.xml",
20    test_suites: [
21        "general-tests",
22        "vts",
23    ],
24}
25