blob: 1beaa6eea2c1053f54cad87728a4bd167257a2e1 [file] [log] [blame]
Roshan Pius90f51712021-09-21 11:09:12 -07001package {
Aditya Choudharyad2ba1b2024-02-05 15:45:22 +00002 default_team: "trendy_team_fwk_uwb",
Roshan Pius90f51712021-09-21 11:09:12 -07003 // See: http://go/android-license-faq
4 // A large-scale-change added 'default_applicable_licenses' to import
5 // all of the 'license_kinds' from "hardware_interfaces_license"
6 // to get the below license kinds:
7 // SPDX-license-identifier-Apache-2.0
8 default_applicable_licenses: ["hardware_interfaces_license"],
9}
10
11cc_test {
12 name: "VtsHalUwbTargetTest",
13 defaults: [
14 "VtsHalTargetTestDefaults",
15 "use_libaidlvintf_gtest_helper_static",
16 ],
17 srcs: ["VtsHalUwbTargetTest.cpp"],
18 shared_libs: [
19 "libbinder",
20 "libbinder_ndk",
21 ],
22 static_libs: [
23 "android.hardware.uwb-V1-ndk",
24 ],
25 test_suites: [
26 "general-tests",
27 "vts",
28 ],
29}