Reformat all .bp files using bpfmt -w

Bug: 132757397
Test: TH
Change-Id: I1201b3e6116ba5f1578e800fd65ecdd2f13a6645
diff --git a/JavaLibrary.bp b/JavaLibrary.bp
index 5c7000d..a9e2981 100644
--- a/JavaLibrary.bp
+++ b/JavaLibrary.bp
@@ -124,8 +124,8 @@
     dxflags: ["--core-library"],
     errorprone: {
         javacflags: [
-            "-Xep:MissingOverride:OFF",  // Ignore missing @Override.
-            "-Xep:ConstantOverflow:WARN",  // Known constant overflow in SplittableRandom
+            "-Xep:MissingOverride:OFF", // Ignore missing @Override.
+            "-Xep:ConstantOverflow:WARN", // Known constant overflow in SplittableRandom
         ],
     },
 }
@@ -382,7 +382,6 @@
     ],
 }
 
-
 // Creates a jar that exists to satisfy javac when compiling source code that
 // contains @Generated annotations, which are produced by some code generation
 // tools (notably dagger) but aren't part of the Android API.
@@ -682,8 +681,8 @@
     java_version: "1.9",
     installable: false,
     no_framework_libs: true,
-    args: " --exclude-annotations "
-        + "--hide-annotation libcore.api.Hide",
+    args: " --exclude-annotations " +
+        "--hide-annotation libcore.api.Hide",
     merge_inclusion_annotations_dirs: ["ojluni-annotated-mmodule-stubs"],
 }