Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agluszak committed Dec 6, 2023
1 parent 3a2e956 commit df08503
Show file tree
Hide file tree
Showing 26 changed files with 5,237 additions and 73 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ query --deleted_packages=//aspect/testing/tests/src/com/google/idea/blaze/aspect
# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel
# https://github.com/bazelbuild/intellij/issues/5432
common --enable_bzlmod

common --experimental_google_legacy_api
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.0.0-pre.20231018.3
16 changes: 16 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,22 @@ bazel_dep(
version = "1.9.0",
)

bazel_dep(
name = "rules_android",
version = "0.1.1",
)

remote_android_extensions = use_extension("@bazel_tools//tools/android:android_extensions.bzl", "remote_android_tools_extensions")

use_repo(remote_android_extensions, "android_gmaven_r8", "android_tools")

#
#git_override(
# module_name = "rules_android",
# commit = "3ff492a1249409012eddef3b011380a9e5baa5b7",
# remote = "https://github.com/bazelbuild/rules_android.git",
#)

bazel_dep(
name = "rules_bazel_integration_test",
version = "0.20.0",
Expand Down
Loading

0 comments on commit df08503

Please sign in to comment.