Skip to content

Commit 4faf2b3

Browse files
Automated Code Change
PiperOrigin-RevId: 862752952
1 parent b964adc commit 4faf2b3

File tree

1 file changed

+8
-1
lines changed
  • tensorflow_model_optimization

1 file changed

+8
-1
lines changed

tensorflow_model_optimization/BUILD

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@
66
#
77
# https://github.com/tensorflow/model-optimization
88
load("//tensorflow_model_optimization:tensorflow_model_optimization.bzl", "py_strict_binary")
9+
910
# Placeholder: load py_library
11+
load("//tools/build_defs/license:license.bzl", "license")
12+
13+
package(
14+
default_applicable_licenses = [":license"],
15+
default_visibility = ["//visibility:public"],
16+
)
1017

11-
package(default_visibility = ["//visibility:public"])
18+
license(name = "license")
1219

1320
licenses(["notice"])
1421

0 commit comments

Comments
 (0)