blob: 7f6ceff417c16bd1b1a91960815cde7961304378 [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-V2-ndk",
],
test_config: "VtsHalBluetoothRangingTargetTest.xml",
test_suites: [
"general-tests",
"vts",
],
}