Skip to content

Commit

Permalink
Add a warning to discourage expanding tensorflow:internal visibility …
Browse files Browse the repository at this point in the history
…scope

PiperOrigin-RevId: 244944469
  • Loading branch information
gunan authored and tensorflower-gardener committed Apr 23, 2019
1 parent f3ba39f commit 0b5ec2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,9 @@ config_setting(
values = {"cpu": "x64_windows"},
)

# DO NOT ADD ANY NEW EXCEPTIONS TO THIS LIST!
# Instead, please use public APIs or public build rules TF provides.
# If you need functionality that is not exposed, we will work with you to expand our public APIs.
package_group(
name = "internal",
packages = [
Expand Down

0 comments on commit 0b5ec2e

Please sign in to comment.