1package { 2 default_team: "trendy_team_fwk_uwb", 3 // 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} 30