Chris Ye | d13f7b5 | 2021-06-24 12:52:55 -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: "VtsHalHostapdTargetTest", |
| 12 | defaults: [ |
| 13 | "VtsHalTargetTestDefaults", |
| 14 | "use_libaidlvintf_gtest_helper_static", |
| 15 | ], |
| 16 | srcs: ["VtsHalHostapdTargetTest.cpp"], |
| 17 | shared_libs: [ |
| 18 | "libbinder", |
Gabriel Biren | b3eb504 | 2021-11-03 19:40:44 +0000 | [diff] [blame] | 19 | "libbinder_ndk", |
Chris Ye | 02c7bb3 | 2022-01-13 12:13:48 -0800 | [diff] [blame] | 20 | "libvndksupport", |
Chris Ye | d13f7b5 | 2021-06-24 12:52:55 -0700 | [diff] [blame] | 21 | ], |
| 22 | static_libs: [ |
Gabriel Biren | b3eb504 | 2021-11-03 19:40:44 +0000 | [diff] [blame] | 23 | "android.hardware.wifi.hostapd-V1-ndk", |
Chris Ye | 02c7bb3 | 2022-01-13 12:13:48 -0800 | [diff] [blame] | 24 | "VtsHalWifiV1_0TargetTestUtil", |
| 25 | "VtsHalWifiV1_5TargetTestUtil", |
| 26 | "VtsHalWifiHostapdV1_0TargetTestUtil", |
| 27 | "android.hardware.wifi.hostapd@1.0", |
| 28 | "android.hardware.wifi.hostapd@1.1", |
| 29 | "android.hardware.wifi.hostapd@1.2", |
| 30 | "android.hardware.wifi.hostapd@1.3", |
| 31 | "android.hardware.wifi@1.0", |
| 32 | "android.hardware.wifi@1.1", |
| 33 | "android.hardware.wifi@1.2", |
| 34 | "android.hardware.wifi@1.3", |
| 35 | "android.hardware.wifi@1.4", |
| 36 | "android.hardware.wifi@1.5", |
Chris Ye | d13f7b5 | 2021-06-24 12:52:55 -0700 | [diff] [blame] | 37 | ], |
| 38 | test_suites: [ |
| 39 | "general-tests", |
| 40 | "vts", |
| 41 | ], |
| 42 | } |