Snap for 10453563 from 5c387116e235ff706ba0baf63a9883b72c872490 to mainline-art-release

Change-Id: Idb7e6faa970d643a2dcced10c0388f9e79b0b9d8
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"],
+    },
 }