• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["hardware_interfaces_license"],
3}
4
5cc_test {
6    name: "VtsHalBluetoothRangingTargetTest",
7    defaults: [
8        "use_libaidlvintf_gtest_helper_static",
9    ],
10    srcs: ["VtsHalBluetoothRangingTargetTest.cpp"],
11    shared_libs: [
12        "libbase",
13        "libbinder_ndk",
14        "libcutils",
15        "liblog",
16        "libutils",
17    ],
18    static_libs: [
19        "android.hardware.bluetooth.ranging-V1-ndk",
20        "libbluetooth-types",
21    ],
22    test_config: "VtsHalBluetoothRangingTargetTest.xml",
23    test_suites: [
24        "general-tests",
25        "vts",
26    ],
27}
28