blob: 9984ce8cf1cd3a20d8b5aa9dd781e6025e5e6cd0 [file] [log] [blame]
Chienyuan Huanga1020f02023-12-04 12:31:43 +00001package {
Yihan Dongd719d212024-10-12 09:04:41 +00002 default_team: "trendy_team_bluetooth",
Chienyuan Huanga1020f02023-12-04 12:31:43 +00003 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-V1-ndk",
21 "libbluetooth-types",
22 ],
23 test_config: "VtsHalBluetoothRangingTargetTest.xml",
24 test_suites: [
25 "general-tests",
26 "vts",
27 ],
28}