Skip to content

Commit 51388f2

Browse files
committed
Update rules_android to fix --incompatible_disable_native_repo_rules failure
This will pull in bazelbuild/rules_android#376 and fix [release failures](https://buildkite.com/bazel/bcr-presubmit/builds/18423/steps/canvas?sid=0198cdb5-4b4a-459a-9762-9bcb94947930)
1 parent 5ecb3fa commit 51388f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
common --enable_bzlmod=true
22
common --incompatible_use_plus_in_repo_names
33
common --incompatible_disallow_empty_glob=false
4+
common --incompatible_disable_native_repo_rules=true
45

56
common:rbe --java_runtime_version=11
67
common:rbe --tool_java_runtime_version=11

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bazel_dep(name = "platforms", version = "0.0.11")
1313
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1414
bazel_dep(name = "rules_java", version = "8.9.0")
1515
bazel_dep(name = "rules_python", version = "0.23.1")
16-
bazel_dep(name = "rules_android", version = "0.6.4")
16+
bazel_dep(name = "rules_android", version = "0.6.6")
1717
bazel_dep(name = "bazel_features", version = "1.25.0")
1818
bazel_dep(name = "rules_shell", version = "0.4.1")
1919

0 commit comments

Comments
 (0)