Files
hardware_interfaces/bluetooth/ranging/aidl/vts/Android.bp
Chienyuan Huang a1020f0dcd Add VTS for Channel Sounding
Bug: 312862898
Test: atest VtsHalBluetoothRangingTargetTest
Change-Id: I38e84dca07dd3c995875471b0bd0a823d5d7b325
2023-12-11 08:24:56 +00:00

28 lines
621 B
Plaintext

package {
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",
],
}