81dec9cfc4
The wifi hidl interfaces need apex_available: ["com.android.wifi"] because the generated java interfaces are needed by the com.android.wifi apex, but that causes the C interfaces to not be available to the platform. The unavailability was hidden by b/154888298. Explicitly mark them with "//apex_available:platform". Bug: 154888298 Test: m checkbuild Change-Id: I8959ec1454cce6817802bcc1785a34ba56adc99c
23 lines
603 B
Text
23 lines
603 B
Text
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.wifi.hostapd@1.3",
|
|
root: "android.hardware",
|
|
srcs: [
|
|
"types.hal",
|
|
"IHostapd.hal",
|
|
"IHostapdCallback.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.wifi.hostapd@1.0",
|
|
"android.hardware.wifi.hostapd@1.1",
|
|
"android.hardware.wifi.hostapd@1.2",
|
|
"android.hardware.wifi.supplicant@1.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
gen_java: true,
|
|
apex_available: [
|
|
"//apex_available:platform",
|
|
"com.android.wifi",
|
|
],
|
|
}
|