blob: ead999218603688c16b39543f795c1cea58ec3fb [file] [log] [blame]
Chienyuan Huanga1020f02023-12-04 12:31:43 +00001package {
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}