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

Commit 8fad2089 authored by markchien's avatar markchien
Browse files

add java_api_finder plugin to tethering module

This is used to generate java APIs used by tethering module

Bug: 145490751
Test:  m com.android.tethering RUN_ERROR_PRONE=true

Change-Id: I97c26e3dcdf4f4c5017f1df582a16335c613f8dd
parent 7a837f16
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,7 @@ java_defaults {
        "framework-tethering",
        "framework-tethering",
        "unsupportedappusage",
        "unsupportedappusage",
    ],
    ],

    plugins: ["java_api_finder"],
    manifest: "AndroidManifestBase.xml",
    manifest: "AndroidManifestBase.xml",
}
}