
The dead lock issue is fixed: [1]. [1] https://github.com/google/guava/issues/2743 Bug: Issue 7645 Change-Id: I77dd930503e6869be207ca4a4f2fd85116719506
6 lines
175 B
Python
6 lines
175 B
Python
GUAVA_VERSION = "22.0"
|
|
|
|
GUAVA_BIN_SHA1 = "3564ef3803de51fb0530a8377ec6100b33b0d073"
|
|
|
|
GUAVA_DOC_URL = "https://google.github.io/guava/releases/" + GUAVA_VERSION + "/api/docs/"
|