Java: Make it easier to mix examples compiled with 'javac' and 'bazel run'

Change: 143845543
This commit is contained in:
Asim Shankar 2017-01-06 22:06:31 -08:00 committed by TensorFlower Gardener
parent 48ca775da6
commit 8047c97a98

View File

@ -19,6 +19,10 @@ filegroup(
exclude = [
"**/METADATA",
"**/OWNERS",
# Exclude any .class files that might have been generated
# by manual invocations of javac as described in
# tensorflow/java/README.md
"**/*.class",
],
),
visibility = ["//tensorflow:__subpackages__"],