5eaed62346
Move the definitions of GUAVA_VERSION and GUAVA_DOC_URL into a separate .bzl file, and add GUAVA_BIN_SHA1. Modify the existing GUAVA_VERSION file to include the new .bzl file. This allows to reuse the same values in both the buck and bazel builds, and when we update Guava we only need to modify one file. Update the bazel build of the extension API to include the Guava Javadoc URL in the javadoc rule. Change-Id: I7895ceb761d609d79d3b80a271e6bd7425c17e2b
2 lines
32 B
Plaintext
2 lines
32 B
Plaintext
include_defs('//lib/guava.bzl')
|