mirror of
https://github.com/google/nomulus
synced 2026-07-24 00:52:42 +00:00
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=208097351
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"],
|
|
)
|