mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Bug: 312862898 Test: atest VtsHalBluetoothRangingTargetTest Change-Id: I38e84dca07dd3c995875471b0bd0a823d5d7b325
28 lines
621 B
Plaintext
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",
|
|
],
|
|
}
|