Merge "Import android.hardware.wifi.common in the Supplicant interface." into main

This commit is contained in:
Gabriel Biren
2023-12-05 18:35:41 +00:00
committed by Android (Google) Code Review

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,
}