Roshan Pius | 90f5171 | 2021-09-21 11:09:12 -0700 | [diff] [blame] | 1 | package { |
Aditya Choudhary | ad2ba1b | 2024-02-05 15:45:22 +0000 | [diff] [blame] | 2 | default_team: "trendy_team_fwk_uwb", |
Roshan Pius | 90f5171 | 2021-09-21 11:09:12 -0700 | [diff] [blame] | 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 | |
| 11 | cc_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 | } |