hook up Bazel's implicit dependencies for legacy java 8 support in //tools/android

PiperOrigin-RevId: 192509068
diff --git a/WORKSPACE b/WORKSPACE
index 644cb89..5831252 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -91,6 +91,14 @@
     build_file = "./third_party/googleapis/BUILD",
 )
 
+http_archive(
+    name = "desugar_jdk_libs",
+    url = "https://github.com/google/desugar_jdk_libs/archive/91c7bd26d3ae32be7cc548d83ce173e8f88a7b94.zip",
+    # Computed using "shasum -a 256 <zip>"
+    sha256 = "3aa43733e16e94c24c98edcf6732df43f8a6ef2bed589b412b00e3003d0c3179",
+    strip_prefix = "desugar_jdk_libs-91c7bd26d3ae32be7cc548d83ce173e8f88a7b94",
+)
+
 # OpenJDK distributions used to create a version of Bazel bundled with the OpenJDK.
 http_file(
     name = "openjdk_linux",