1
0
mirror of https://github.com/google/nomulus synced 2026-01-10 07:57:58 +00:00
Files
nomulus/third_party/activation/BUILD
jianglai 32ed197103 Update Nomulus to build with bazel 0.16.0
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=208097351
2018-08-10 13:46:48 -04:00

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"],
)