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

Commit f964bf90 authored by David Su's avatar David Su Committed by Android (Google) Code Review
Browse files

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

parents 8248661d a6f0c866
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -91,6 +91,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",
@@ -128,7 +130,6 @@ java_library {
        "com.android.wifi",
        "test_com.android.wifi",
    ],
    plugins: ["java_api_finder"],
}

droidstubs {