Import android.hardware.wifi.common in

the Supplicant interface.

Bug: 296069900
Test: m
Change-Id: I207691c74fbcdabd78d024aded5cef705cfb13c9
This commit is contained in:
Gabriel Biren
2023-12-04 22:34:33 +00:00
parent 0215d98751
commit 677bc0f0c4

View File

@@ -27,6 +27,9 @@ aidl_interface {
srcs: [
"android/hardware/wifi/supplicant/*.aidl",
],
imports: [
"android.hardware.wifi.common-V1",
],
stability: "vintf",
backend: {
java: {
@@ -45,6 +48,9 @@ aidl_interface {
ndk: {
gen_trace: true,
},
cpp: {
enabled: false,
},
},
versions_with_info: [
{
@@ -58,5 +64,4 @@ aidl_interface {
],
frozen: false,
}