Skip to content

Commit afdd8f2

Browse files
No public description
PiperOrigin-RevId: 865289904
1 parent 706e189 commit afdd8f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tensorflow_text/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
load("@org_tensorflow//tensorflow/lite:build_def.bzl", "tflite_cc_shared_object")
33
load("@rules_cc//cc:cc_library.bzl", "cc_library")
44
load("//tensorflow_text:tftext.bzl", "extra_py_deps", "if_pywrap", "py_library", "py_tf_text_library")
5+
56
# [internal] load build_test.bzl
7+
load("//tools/build_defs/license:license.bzl", "license")
68

79
# Visibility rules
810
package(
911
default_visibility = ["//visibility:public"],
1012
)
1113

14+
license(name = "license")
15+
1216
licenses(["notice"])
1317

1418
exports_files(["LICENSE"])

0 commit comments

Comments
 (0)