blob: d37da08385a9606edf15403c3f4a4d5e0c29070e [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",
19 ],
20 static_libs: [
21 "android.hardware.wifi.hostapd-V1-cpp",
22 ],
23 test_suites: [
24 "general-tests",
25 "vts",
26 ],
27}