Snap for 10453938 from 5c387116e235ff706ba0baf63a9883b72c872490 to mainline-odp-release

Change-Id: Ic60226a7689ed0fa63097806e058d6faded3b3f3
diff --git a/Android.bp b/Android.bp
index 82550dd..c769704 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,6 +49,9 @@
     sdk_version: "core_current",
     srcs: ["src/**/*.java"],
     errorprone: {
-        javacflags: ["-Xep:UnicodeInCode:WARN"]
-    }
+        javacflags: ["-Xep:UnicodeInCode:WARN"],
+    },
+    lint: {
+        warning_checks: ["SuspiciousIndentation"],
+    },
 }