Merge "Reformat Android.bp file using bpfmt"
diff --git a/Android.bp b/Android.bp
index f4ad605..743a3e7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,52 +22,52 @@
         ":apache-http-stubs-sources",
     ],
     api_packages: [
-          "android.net.compatibility",
-          "android.net.http",
-          "com.android.internal.http.multipart",
-          "org.apache.commons.codec",
-          "org.apache.commons.codec.binary",
-          "org.apache.commons.codec.language",
-          "org.apache.commons.codec.net",
-          "org.apache.commons.logging",
-          "org.apache.commons.logging.impl",
-          "org.apache.http",
-          "org.apache.http.auth",
-          "org.apache.http.auth.params",
-          "org.apache.http.client",
-          "org.apache.http.client.entity",
-          "org.apache.http.client.methods",
-          "org.apache.http.client.params",
-          "org.apache.http.client.protocol",
-          "org.apache.http.client.utils",
-          "org.apache.http.conn",
-          "org.apache.http.conn.params",
-          "org.apache.http.conn.routing",
-          "org.apache.http.conn.scheme",
-          "org.apache.http.conn.util",
-          "org.apache.http.cookie",
-          "org.apache.http.cookie.params",
-          "org.apache.http.entity",
-          "org.apache.http.impl",
-          "org.apache.http.impl.auth",
-          "org.apache.http.impl.client",
-          "org.apache.http.impl.conn",
-          "org.apache.http.impl.conn.tsccm",
-          "org.apache.http.impl.cookie",
-          "org.apache.http.impl.entity",
-          "org.apache.http.impl.io",
-          "org.apache.http.io",
-          "org.apache.http.message",
-          "org.apache.http.params",
-          "org.apache.http.protocol",
-          "org.apache.http.util",
+        "android.net.compatibility",
+        "android.net.http",
+        "com.android.internal.http.multipart",
+        "org.apache.commons.codec",
+        "org.apache.commons.codec.binary",
+        "org.apache.commons.codec.language",
+        "org.apache.commons.codec.net",
+        "org.apache.commons.logging",
+        "org.apache.commons.logging.impl",
+        "org.apache.http",
+        "org.apache.http.auth",
+        "org.apache.http.auth.params",
+        "org.apache.http.client",
+        "org.apache.http.client.entity",
+        "org.apache.http.client.methods",
+        "org.apache.http.client.params",
+        "org.apache.http.client.protocol",
+        "org.apache.http.client.utils",
+        "org.apache.http.conn",
+        "org.apache.http.conn.params",
+        "org.apache.http.conn.routing",
+        "org.apache.http.conn.scheme",
+        "org.apache.http.conn.util",
+        "org.apache.http.cookie",
+        "org.apache.http.cookie.params",
+        "org.apache.http.entity",
+        "org.apache.http.impl",
+        "org.apache.http.impl.auth",
+        "org.apache.http.impl.client",
+        "org.apache.http.impl.conn",
+        "org.apache.http.impl.conn.tsccm",
+        "org.apache.http.impl.cookie",
+        "org.apache.http.impl.entity",
+        "org.apache.http.impl.io",
+        "org.apache.http.io",
+        "org.apache.http.message",
+        "org.apache.http.params",
+        "org.apache.http.protocol",
+        "org.apache.http.util",
     ],
     dex_preopt: {
         profile: "art-profile",
         app_image: false,
     },
     errorprone: {
-        javacflags: ["-Xep:MissingOverride:OFF"],  // b/73499927
+        javacflags: ["-Xep:MissingOverride:OFF"], // b/73499927
     },
     droiddoc_options: ["--hide ReferencesHidden"]
 }