blob: 03d504878f57f615f256a3db49ad0826895f7f0f [file] [log] [blame]
Chris Yed13f7b52021-06-24 12:52:55 -07001package {
Aditya Choudharyad2ba1b2024-02-05 15:45:22 +00002 default_team: "trendy_team_fwk_wifi_hal",
Chris Yed13f7b52021-06-24 12:52:55 -07003 // 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: "VtsHalHostapdTargetTest",
13 defaults: [
14 "VtsHalTargetTestDefaults",
15 "use_libaidlvintf_gtest_helper_static",
16 ],
17 srcs: ["VtsHalHostapdTargetTest.cpp"],
18 shared_libs: [
19 "libbinder",
Gabriel Birenb3eb5042021-11-03 19:40:44 +000020 "libbinder_ndk",
Chris Ye02c7bb32022-01-13 12:13:48 -080021 "libvndksupport",
Chris Yed13f7b52021-06-24 12:52:55 -070022 ],
23 static_libs: [
Gabriel Birenb3eb5042021-11-03 19:40:44 +000024 "android.hardware.wifi.hostapd-V1-ndk",
Gabriel Birene80aabb2022-12-01 22:24:16 +000025 "VtsHalWifiV1_0TargetTestUtil",
26 "VtsHalWifiV1_5TargetTestUtil",
Gabriel Birencd6da072023-06-05 18:13:31 +000027 "VtsHalWifiV1_6TargetTestUtil",
Gabriel Birene80aabb2022-12-01 22:24:16 +000028 "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 Birencd6da072023-06-05 18:13:31 +000039 "android.hardware.wifi@1.6",
Gabriel Birenbd150ea2022-11-04 21:45:53 +000040 "android.hardware.wifi-V1-ndk",
Gabriel Biren3454ce12023-07-19 17:20:09 +000041 "libwifi-system",
Gabriel Birenbd150ea2022-11-04 21:45:53 +000042 "libwifi-system-iface",
43 "VtsHalWifiTargetTestUtil",
Chris Yed13f7b52021-06-24 12:52:55 -070044 ],
45 test_suites: [
46 "general-tests",
47 "vts",
48 ],
49}