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

Commit a6f0c866 authored by David Su's avatar David Su
Browse files

framework-wifi: Move java_api_finder plugin to build rule with srcs

java_api_finder doesn't work if it is added to a
build rule without any `srcs`.

Bug: 147193292
Test: compiles
Change-Id: I26a1da2d41cbe661588f721bf23dac3d26bc38e9
parent 0a8400ec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -76,6 +76,8 @@ java_library {
    srcs: [
        ":framework-wifi-updatable-sources",
    ],
    // java_api_finder must accompany `srcs`
    plugins: ["java_api_finder"],
    installable: false,
    visibility: [
        "//frameworks/opt/net/wifi/service",
@@ -113,7 +115,6 @@ java_library {
        "com.android.wifi",
        "test_com.android.wifi",
    ],
    plugins: ["java_api_finder"],
}

droidstubs {