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

Commit bed62da4 authored by William Escande's avatar William Escande
Browse files

errorprone: Discard InlineMeSuggester

Bug: 344658662
Test: m com.android.btservices
Flag: Exempt lint enforcement
Change-Id: I3674436976123e6c4b7e774f06500372baa3eecb
parent 9dfd223e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -147,8 +147,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",
        ],
    },
}