fix: @bazel_tools//build_defs/pkg:pkg.bzl points to the deprecated, Bazel internal version of pkg_tar. This change migrates users of that version to the supported, public version in rules_pkg

PiperOrigin-RevId: 463578364
This commit is contained in:
Google APIs 2022-07-27 07:13:44 -07:00 committed by Copybara-Service
parent 0d35bd6393
commit 8334bf8d82

View file

@ -1,5 +1,3 @@
load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_tar")
alias(
name = "build_gen",
actual = "@rules_gapic//bazel:build_file_generator",