Fix visibility rules

PiperOrigin-RevId: 485897261
This commit is contained in:
Anay Wadhera
2022-11-03 09:44:47 -07:00
committed by Copybara-Service
parent 180b76cf84
commit 74f7f5ec5c
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ licenses(["notice"])
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
package(default_visibility = ["//third_party/nearby:__subpackages__"])
package(default_visibility = ["//:__subpackages__"])
licenses(["notice"])