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

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