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

Commit 9261b423 authored by Cole Faust's avatar Cole Faust
Browse files

Remove usages of java_api_finder

This errorprone checker is no longer used.

Bug: 260268418
Test: Presubmits
Change-Id: I040b7384db6d2bcbdae85265e3c378a1ace7ee30
parent 27db4326
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -60,9 +60,6 @@ java_defaults {
    target_sdk_version: "30",
    min_sdk_version: "29",

    plugins: [
        "java_api_finder",
    ],
    lint: { strict_updatability_linting: true }
}