blob: ff35056076a3ee16727071c83052766d15f17e30 [file] [log] [blame]
Chris Yed13f7b52021-06-24 12:52:55 -07001package {
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
10cc_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 Birenb3eb5042021-11-03 19:40:44 +000019 "libbinder_ndk",
Chris Ye02c7bb32022-01-13 12:13:48 -080020 "libvndksupport",
Chris Yed13f7b52021-06-24 12:52:55 -070021 ],
22 static_libs: [
Gabriel Birenb3eb5042021-11-03 19:40:44 +000023 "android.hardware.wifi.hostapd-V1-ndk",
Gabriel Birene80aabb2022-12-01 22:24:16 +000024 "VtsHalWifiV1_0TargetTestUtil",
25 "VtsHalWifiV1_5TargetTestUtil",
Gabriel Birencd6da072023-06-05 18:13:31 +000026 "VtsHalWifiV1_6TargetTestUtil",
Gabriel Birene80aabb2022-12-01 22:24:16 +000027 "VtsHalWifiHostapdV1_0TargetTestUtil",
28 "android.hardware.wifi.hostapd@1.0",
29 "android.hardware.wifi.hostapd@1.1",
30 "android.hardware.wifi.hostapd@1.2",
31 "android.hardware.wifi.hostapd@1.3",
32 "android.hardware.wifi@1.0",
33 "android.hardware.wifi@1.1",
34 "android.hardware.wifi@1.2",
35 "android.hardware.wifi@1.3",
36 "android.hardware.wifi@1.4",
37 "android.hardware.wifi@1.5",
Gabriel Birencd6da072023-06-05 18:13:31 +000038 "android.hardware.wifi@1.6",
Gabriel Birenbd150ea2022-11-04 21:45:53 +000039 "android.hardware.wifi-V1-ndk",
Gabriel Biren3454ce12023-07-19 17:20:09 +000040 "libwifi-system",
Gabriel Birenbd150ea2022-11-04 21:45:53 +000041 "libwifi-system-iface",
42 "VtsHalWifiTargetTestUtil",
Chris Yed13f7b52021-06-24 12:52:55 -070043 ],
44 test_suites: [
45 "general-tests",
46 "vts",
47 ],
48}