Make standalone dataset visible internally
This CL also puts the load statements before the package statement to be consistent with nearby BUILD files. PiperOrigin-RevId: 263623804
This commit is contained in:
parent
9cfcec4123
commit
162e9cc3e6
@ -1,10 +1,13 @@
|
|||||||
package(
|
|
||||||
licenses = ["notice"], # Apache 2.0
|
|
||||||
)
|
|
||||||
|
|
||||||
load("//tensorflow:tensorflow.bzl", "tf_cc_test")
|
load("//tensorflow:tensorflow.bzl", "tf_cc_test")
|
||||||
load("//tensorflow/core/platform:default/build_config.bzl", "tf_protos_all")
|
load("//tensorflow/core/platform:default/build_config.bzl", "tf_protos_all")
|
||||||
|
|
||||||
|
package(
|
||||||
|
default_visibility = [
|
||||||
|
"//tensorflow:internal",
|
||||||
|
],
|
||||||
|
licenses = ["notice"], # Apache 2.0
|
||||||
|
)
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "standalone",
|
name = "standalone",
|
||||||
srcs = ["standalone.cc"],
|
srcs = ["standalone.cc"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user