1package { 2 default_team: "trendy_team_fwk_wifi_hal", 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 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", 20 "libbinder_ndk", 21 "libvndksupport", 22 ], 23 static_libs: [ 24 "android.hardware.wifi.hostapd-V2-ndk", 25 "VtsHalWifiV1_0TargetTestUtil", 26 "VtsHalWifiV1_5TargetTestUtil", 27 "VtsHalWifiV1_6TargetTestUtil", 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", 39 "android.hardware.wifi@1.6", 40 "android.hardware.wifi.common-V1-ndk", 41 "android.hardware.wifi-V2-ndk", 42 "libwifi-system", 43 "libwifi-system-iface", 44 "VtsHalWifiTargetTestUtil", 45 ], 46 test_suites: [ 47 "general-tests", 48 "vts", 49 ], 50} 51