google-nomulus/third_party/java/bouncycastle/BUILD
2016-03-01 17:59:16 -05:00

11 lines
270 B
Text

package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # MIT, portions under other notice licenses
java_library(
name = "bouncycastle",
exports = [
"@bcprov_jdk15on//jar",
"//third_party/java/bouncycastle_bcpkix",
],
)