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

Commit 81dec9cf authored by Colin Cross's avatar Colin Cross
Browse files

Make wifi hidl interfaces available to the platform

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
parent 7bceb8da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ hidl_interface {
    ],
    gen_java: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.wifi",
    ],
}
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ hidl_interface {
    ],
    gen_java: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.wifi",
    ],
}
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ hidl_interface {
    ],
    gen_java: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.wifi",
    ],
}