aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar kmb <kmb@google.com>2018-04-11 14:26:56 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-11 14:28:42 -0700
commitbfd89d6393fd56c92c0b31b19d7ec78d8da9141f (patch)
tree2fdc526b65bc1a17d888142c06f3ed84be3f4237 /WORKSPACE
parente8243465731f5c407448e7b9d5686663f149b9da (diff)
hook up Bazel's implicit dependencies for legacy java 8 support in //tools/android
PiperOrigin-RevId: 192509068
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 8 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 644cb899ee..5831252d20 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -91,6 +91,14 @@ new_local_repository(
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",