mirror of
https://github.com/google/nomulus
synced 2026-01-10 07:57:58 +00:00
9 lines
193 B
Python
9 lines
193 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["reciprocal"]) # CDDL 1.1 License
|
|
|
|
java_library(
|
|
name = "activation",
|
|
exports = ["//third_party/activation/v1_2_0"],
|
|
)
|