Snap for 8788539 from 5c387116e235ff706ba0baf63a9883b72c872490 to udc-release

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