Roshan Pius | 90f5171 | 2021-09-21 11:09:12 -0700 | [diff] [blame] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
| 3 | // A large-scale-change added 'default_applicable_licenses' to import |
| 4 | // all of the 'license_kinds' from "hardware_interfaces_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 8 | } |
| 9 | |
| 10 | cc_test { |
| 11 | name: "VtsHalUwbTargetTest", |
| 12 | defaults: [ |
| 13 | "VtsHalTargetTestDefaults", |
| 14 | "use_libaidlvintf_gtest_helper_static", |
| 15 | ], |
| 16 | srcs: ["VtsHalUwbTargetTest.cpp"], |
| 17 | shared_libs: [ |
| 18 | "libbinder", |
| 19 | "libbinder_ndk", |
| 20 | ], |
| 21 | static_libs: [ |
| 22 | "android.hardware.uwb-V1-ndk", |
| 23 | ], |
| 24 | test_suites: [ |
| 25 | "general-tests", |
| 26 | "vts", |
| 27 | ], |
| 28 | } |