blob: e61d3975bb9d2b5d3bd653698890c919f812a66d [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",
Chris Ye02c7bb32022-01-13 12:13:48 -080024 "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 Yed13f7b52021-06-24 12:52:55 -070037 ],
38 test_suites: [
39 "general-tests",
40 "vts",
41 ],
42}