Skip to content

Commit

Permalink
Fix for Bazel 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Oct 8, 2024
1 parent e543e2d commit 1484429
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jni/private/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ copy_file(
bzl_library(
name = "all_rules",
srcs = glob(["*.bzl"]) + [
"@bazel_tools//tools/build_defs/repo:cache.bzl",
"@bazel_tools//tools/build_defs/repo:http.bzl",
"@bazel_tools//tools/build_defs/repo:utils.bzl",
"@bazel_tools//tools/cpp:toolchain_utils.bzl",
"@bazel_tools//tools:bzl_srcs",
"@rules_cc//cc:bzl_srcs",
],
visibility = ["//jni:__pkg__"],
Expand Down

0 comments on commit 1484429

Please sign in to comment.