| package { |
| default_team: "trendy_team_bluetooth", |
| default_applicable_licenses: ["hardware_interfaces_license"], |
| } |
| |
| cc_test { |
| name: "VtsHalBluetoothRangingTargetTest", |
| defaults: [ |
| "use_libaidlvintf_gtest_helper_static", |
| ], |
| srcs: ["VtsHalBluetoothRangingTargetTest.cpp"], |
| shared_libs: [ |
| "libbase", |
| "libbinder_ndk", |
| "libcutils", |
| "liblog", |
| "libutils", |
| ], |
| static_libs: [ |
| "android.hardware.bluetooth.ranging-V2-ndk", |
| ], |
| test_config: "VtsHalBluetoothRangingTargetTest.xml", |
| test_suites: [ |
| "general-tests", |
| "vts", |
| ], |
| } |