• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
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",
19        "libbinder_ndk",
20        "libvndksupport",
21    ],
22    static_libs: [
23        "android.hardware.wifi.hostapd-V1-ndk",
24        "VtsHalWifiV1_0TargetTestUtil",
25        "VtsHalWifiV1_5TargetTestUtil",
26        "VtsHalWifiV1_6TargetTestUtil",
27        "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",
38        "android.hardware.wifi@1.6",
39        "android.hardware.wifi-V1-ndk",
40        "libwifi-system",
41        "libwifi-system-iface",
42        "VtsHalWifiTargetTestUtil",
43    ],
44    test_suites: [
45        "general-tests",
46        "vts",
47    ],
48}
49