Chienyuan Huang | a1020f0 | 2023-12-04 12:31:43 +0000 | [diff] [blame] | 1 | package { |
Yihan Dong | d719d21 | 2024-10-12 09:04:41 +0000 | [diff] [blame] | 2 | default_team: "trendy_team_bluetooth", |
Chienyuan Huang | a1020f0 | 2023-12-04 12:31:43 +0000 | [diff] [blame] | 3 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 4 | } |
| 5 | |
| 6 | cc_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 Liu | d0e9501 | 2024-11-26 16:21:40 +0000 | [diff] [blame] | 20 | "android.hardware.bluetooth.ranging-V2-ndk", |
Chienyuan Huang | a1020f0 | 2023-12-04 12:31:43 +0000 | [diff] [blame] | 21 | "libbluetooth-types", |
| 22 | ], |
| 23 | test_config: "VtsHalBluetoothRangingTargetTest.xml", |
| 24 | test_suites: [ |
| 25 | "general-tests", |
| 26 | "vts", |
| 27 | ], |
| 28 | } |