Merge "Make CheckReturnValue errorprone check a warning for unit tests" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8458e7f630
@@ -36,6 +36,10 @@ android_test {
|
|||||||
// instrumented Settings app.
|
// instrumented Settings app.
|
||||||
],
|
],
|
||||||
|
|
||||||
|
errorprone: {
|
||||||
|
javacflags: ["-Xep:CheckReturnValue:WARN"]
|
||||||
|
},
|
||||||
|
|
||||||
// Include all test java files.
|
// Include all test java files.
|
||||||
srcs: ["src/**/*.java"],
|
srcs: ["src/**/*.java"],
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user