Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 677bc0f0 authored by Gabriel Biren's avatar Gabriel Biren
Browse files

Import android.hardware.wifi.common in

the Supplicant interface.

Bug: 296069900
Test: m
Change-Id: I207691c74fbcdabd78d024aded5cef705cfb13c9
parent 0215d987
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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,

}