backport cleanup from main

This commit is contained in:
Corentin Le Molgat
2024-11-15 14:42:52 +01:00
parent 63d207a99c
commit fc24e25cb3
5 changed files with 208 additions and 249 deletions

View File

@@ -11,7 +11,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
load("@com_google_protobuf//bazel:cc_proto_library.bzl", "cc_proto_library")
load("@com_google_protobuf//bazel:proto_library.bzl", "proto_library")
load("@rules_cc//cc:defs.bzl", "cc_library")
package(default_visibility = ["//visibility:public"])