From bfd89d6393fd56c92c0b31b19d7ec78d8da9141f Mon Sep 17 00:00:00 2001 From: kmb Date: Wed, 11 Apr 2018 14:26:56 -0700 Subject: hook up Bazel's implicit dependencies for legacy java 8 support in //tools/android PiperOrigin-RevId: 192509068 --- WORKSPACE | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'WORKSPACE') 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 " + 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", -- cgit v1.2.3