Skip to content

Commit

Permalink
declare local_config_cc
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Sep 4, 2023
1 parent 58f23cb commit f389962
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ use_repo(remote_coverage_tools_extension, "remote_coverage_tools")
remote_android_extensions = use_extension("//tools/android:android_extensions.bzl", "remote_android_tools_extensions")
use_repo(remote_android_extensions, "android_gmaven_r8", "android_tools")

cc_configure = use_extension("@bazel_tools//tools/cpp:cc_configure.bzl", "cc_configure_extension")
use_repo(cc_configure, "local_config_cc")

# =========================================
# Other Bazel internal dependencies
# - embedded JDKs
Expand Down

0 comments on commit f389962

Please sign in to comment.