xref: /aosp_15_r20/hardware/interfaces/bluetooth/ranging/aidl/vts/Android.bp (revision 4d7e907c777eeecc4c5bd7cf640a754fac206ff7)
1package {
2    default_team: "trendy_team_bluetooth",
3    default_applicable_licenses: ["hardware_interfaces_license"],
4}
5
6cc_test {
7    name: "VtsHalBluetoothRangingTargetTest",
8    defaults: [
9        "use_libaidlvintf_gtest_helper_static",
10    ],
11    srcs: ["VtsHalBluetoothRangingTargetTest.cpp"],
12    shared_libs: [
13        "libbase",
14        "libbinder_ndk",
15        "libcutils",
16        "liblog",
17        "libutils",
18    ],
19    static_libs: [
20        "android.hardware.bluetooth.ranging-V2-ndk",
21        "libbluetooth-types",
22    ],
23    test_config: "VtsHalBluetoothRangingTargetTest.xml",
24    test_suites: [
25        "general-tests",
26        "vts",
27    ],
28}
29