Add google-java-format to new gradle dependencies

Bug: b/270105162
Change-Id: Ica2d43d29cad141cebf7fffca1f52135ec29d0f6
diff --git a/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt b/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt
index a07737a..21c4b19 100644
--- a/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt
+++ b/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt
@@ -416,6 +416,10 @@
     Paths.get("third_party", "framework").toFile(),
     Paths.get("third_party", "framework.tar.gz.sha1").toFile(),
     DependencyType.X20)
+  val googleJavaFormat = ThirdPartyDependency(
+    "google-java-format",
+    Paths.get("third_party", "google-java-format").toFile(),
+    Paths.get("third_party", "google-java-format.tar.gz.sha1").toFile())
   val gson = ThirdPartyDependency(
     "gson",
     Paths.get("third_party", "gson", "gson-2.10.1").toFile(),