Loading Android.bp +4 −2 Original line number Original line Diff line number Diff line Loading @@ -147,8 +147,10 @@ java_defaults { // Exclude generated files // Exclude generated files "-XepExcludedPaths:.*/srcjars/.*", "-XepExcludedPaths:.*/srcjars/.*", // The @InlineMe annotation is not available // The @InlineMe annotation could be made available, but it would // "-Xep:InlineMeSuggester:OFF", // apply on external facing API. This is not desired. For more // context, see https://r.android.com/3303475 "-Xep:InlineMeSuggester:OFF", ], ], }, }, } } Loading Loading
Android.bp +4 −2 Original line number Original line Diff line number Diff line Loading @@ -147,8 +147,10 @@ java_defaults { // Exclude generated files // Exclude generated files "-XepExcludedPaths:.*/srcjars/.*", "-XepExcludedPaths:.*/srcjars/.*", // The @InlineMe annotation is not available // The @InlineMe annotation could be made available, but it would // "-Xep:InlineMeSuggester:OFF", // apply on external facing API. This is not desired. For more // context, see https://r.android.com/3303475 "-Xep:InlineMeSuggester:OFF", ], ], }, }, } } Loading