Set compatible_with on individual targets rather than use default_compatible_with.

I'm making this change ONLY for packages with targets that I'll be removing the appengine constraint from. default_compatible_with is fine in general; I just want to separate the default_compatible_with->compatible_with CLs from the CLs that remove compatible_with.

This is part of the cleanup after []

Tested:
blaze build --nobuild

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=159713533
This commit is contained in:
cpovirk 2017-06-21 10:53:51 -07:00 committed by Ben McIlwain
parent dce0daafc3
commit 7b8681c092
2 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,4 @@
package(
default_visibility = ["//java/google/registry:registry_project"],
)
package(default_visibility = ["//java/google/registry:registry_project"])
licenses(["notice"]) # Apache 2.0

View file

@ -1,6 +1,4 @@
package(
default_visibility = ["//java/google/registry:registry_project"],
)
package(default_visibility = ["//java/google/registry:registry_project"])
licenses(["notice"]) # Apache 2.0