Bring open source build closer to passing

This commit is contained in:
Justine Tunney 2016-05-14 01:29:22 -04:00
parent 1e0f064da6
commit 1a0c282cf8
3 changed files with 21 additions and 3 deletions

View file

@ -0,0 +1,9 @@
package(default_visibility = ["//visibility:public"])
java_library(
name = "util",
exports = [
"@google_api_client//jar",
"@google_http_client//jar",
],
)