Snap for 10447354 from 5c387116e235ff706ba0baf63a9883b72c872490 to mainline-cellbroadcast-release

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