Skip to content

Commit cb7b1ac

Browse files
committed
Disable autoloads
1 parent 5240f97 commit cb7b1ac

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ common --enable_bzlmod=true
22
common --incompatible_use_plus_in_repo_names
33
common --incompatible_disallow_empty_glob=false
44
common --incompatible_disable_native_repo_rules=true
5+
common --incompatible_autoload_externally=
56
common:rbe --java_runtime_version=11
67
common:rbe --tool_java_runtime_version=11
78

examples/android/.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ common --lockfile_mode=off
22
test --test_output=all
33
build --config=android_worker
44

5+
common --incompatible_disable_native_repo_rules=true
6+
common --incompatible_autoload_externally=
7+
58
# Worker configuration
69
build:android_worker \
710
--worker_max_instances=auto \

examples/android/WORKSPACE.bzlmod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
load("@rules_android//rules:rules.bzl", "android_ndk_repository", "android_sdk_repository")
2+
13
android_sdk_repository(name = "androidsdk")
24

35
android_ndk_repository(name = "androidndk")

0 commit comments

Comments
 (0)