Chris Ye | d13f7b5 | 2021-06-24 12:52:55 -0700 | [diff] [blame] | 1 | package { |
Aditya Choudhary | ad2ba1b | 2024-02-05 15:45:22 +0000 | [diff] [blame] | 2 | default_team: "trendy_team_fwk_wifi_hal", |
Chris Ye | d13f7b5 | 2021-06-24 12:52:55 -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: "VtsHalHostapdTargetTest", |
| 13 | defaults: [ |
| 14 | "VtsHalTargetTestDefaults", |
| 15 | "use_libaidlvintf_gtest_helper_static", |
| 16 | ], |
| 17 | srcs: ["VtsHalHostapdTargetTest.cpp"], |
| 18 | shared_libs: [ |
| 19 | "libbinder", |
Gabriel Biren | b3eb504 | 2021-11-03 19:40:44 +0000 | [diff] [blame] | 20 | "libbinder_ndk", |
Chris Ye | 02c7bb3 | 2022-01-13 12:13:48 -0800 | [diff] [blame] | 21 | "libvndksupport", |
Chris Ye | d13f7b5 | 2021-06-24 12:52:55 -0700 | [diff] [blame] | 22 | ], |
| 23 | static_libs: [ |
Les Lee | ada4703 | 2024-09-06 18:15:32 +0000 | [diff] [blame] | 24 | "android.hardware.wifi.hostapd-V3-ndk", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 25 | "VtsHalWifiV1_0TargetTestUtil", |
| 26 | "VtsHalWifiV1_5TargetTestUtil", |
Gabriel Biren | cd6da07 | 2023-06-05 18:13:31 +0000 | [diff] [blame] | 27 | "VtsHalWifiV1_6TargetTestUtil", |
Gabriel Biren | e80aabb | 2022-12-01 22:24:16 +0000 | [diff] [blame] | 28 | "VtsHalWifiHostapdV1_0TargetTestUtil", |
| 29 | "android.hardware.wifi.hostapd@1.0", |
| 30 | "android.hardware.wifi.hostapd@1.1", |
| 31 | "android.hardware.wifi.hostapd@1.2", |
| 32 | "android.hardware.wifi.hostapd@1.3", |
| 33 | "android.hardware.wifi@1.0", |
| 34 | "android.hardware.wifi@1.1", |
| 35 | "android.hardware.wifi@1.2", |
| 36 | "android.hardware.wifi@1.3", |
| 37 | "android.hardware.wifi@1.4", |
| 38 | "android.hardware.wifi@1.5", |
Gabriel Biren | cd6da07 | 2023-06-05 18:13:31 +0000 | [diff] [blame] | 39 | "android.hardware.wifi@1.6", |
Chris Weir | f877a29 | 2024-09-03 15:28:47 -0700 | [diff] [blame] | 40 | "android.hardware.wifi.common-V2-ndk", |
Les Lee | 5ea0e25 | 2024-09-06 22:58:52 +0000 | [diff] [blame] | 41 | "android.hardware.wifi-V3-ndk", |
Gabriel Biren | 3454ce1 | 2023-07-19 17:20:09 +0000 | [diff] [blame] | 42 | "libwifi-system", |
Gabriel Biren | bd150ea | 2022-11-04 21:45:53 +0000 | [diff] [blame] | 43 | "libwifi-system-iface", |
| 44 | "VtsHalWifiTargetTestUtil", |
Chris Ye | d13f7b5 | 2021-06-24 12:52:55 -0700 | [diff] [blame] | 45 | ], |
| 46 | test_suites: [ |
| 47 | "general-tests", |
| 48 | "vts", |
| 49 | ], |
| 50 | } |