blob: bcae5d0bb6b47feda4a60c7159b9b0a1bc5cc86e [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: [
Steven Liud0e95012024-11-26 16:21:40 +000020 "android.hardware.bluetooth.ranging-V2-ndk",
Chienyuan Huanga1020f02023-12-04 12:31:43 +000021 "libbluetooth-types",
22 ],
23 test_config: "VtsHalBluetoothRangingTargetTest.xml",
24 test_suites: [
25 "general-tests",
26 "vts",
27 ],
28}