mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Add AIDL version of Wifi HAL hostapd interfaces, converted from android.hardware.wifi.hostapd@1.3 HIDL interfaces. Bug: 194806512 Test: m android.hardware.wifi.hostapd-update-api Change-Id: I1035f8bc9171e59967448fa438f2cc79ad53c066
28 lines
733 B
Plaintext
28 lines
733 B
Plaintext
package {
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "hardware_interfaces_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: ["hardware_interfaces_license"],
|
|
}
|
|
|
|
cc_test {
|
|
name: "VtsHalHostapdTargetTest",
|
|
defaults: [
|
|
"VtsHalTargetTestDefaults",
|
|
"use_libaidlvintf_gtest_helper_static",
|
|
],
|
|
srcs: ["VtsHalHostapdTargetTest.cpp"],
|
|
shared_libs: [
|
|
"libbinder",
|
|
],
|
|
static_libs: [
|
|
"android.hardware.wifi.hostapd-V1-cpp",
|
|
],
|
|
test_suites: [
|
|
"general-tests",
|
|
"vts",
|
|
],
|
|
}
|