Give core registry libraries public visibility

This is so Donuts can create entirely separate Bazel repositories that
link against the Domain Registry codebase.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116182448
This commit is contained in:
jart 2016-03-02 14:30:40 -08:00 committed by Justine Tunney
parent 689c673a7c
commit ddd45b22fb
14 changed files with 16 additions and 0 deletions

View file

@ -6,6 +6,7 @@ package(
java_library(
name = "api",
srcs = glob(["*.java"]),
visibility = ["//visibility:public"],
deps = [
"//java/com/google/common/base",
"//third_party/java/bouncycastle",