blob: 9984ce8cf1cd3a20d8b5aa9dd781e6025e5e6cd0 [file] [log] [blame]
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-V1-ndk",
"libbluetooth-types",
],
test_config: "VtsHalBluetoothRangingTargetTest.xml",
test_suites: [
"general-tests",
"vts",
],
}