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

Commit b2437054 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "errorprone: Discard InlineMeSuggester" into main

parents bd8c0a69 bed62da4
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -168,8 +168,10 @@ java_defaults {
            // Exclude generated files
            "-XepExcludedPaths:.*/srcjars/.*",

            // The @InlineMe annotation is not available
            // "-Xep:InlineMeSuggester:OFF",
            // The @InlineMe annotation could be made available, but it would
            // apply on external facing API. This is not desired. For more
            // context, see https://r.android.com/3303475
            "-Xep:InlineMeSuggester:OFF",
        ],
    },
}