You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building Android Studio with Bazel 0.17.1 fails with the following error:
ERROR: in target '//external:cc_toolchain': no such package '@local_config_cc//': Traceback (most recent call last):
File "external/bazel_tools/tools/cpp/cc_configure.bzl", line 56
configure_unix_toolchain(repository_ctx, cpu_value, overriden...)
File "external/bazel_tools/tools/cpp/unix_cc_configure.bzl", line 486, in configure_unix_toolchain
_find_generic(repository_ctx, "gcov", "GCOV", overri...)
File "external/bazel_tools/tools/cpp/unix_cc_configure.bzl", line 465, in _find_generic
auto_configure_fail(msg)
File "external/bazel_tools/tools/cpp/lib_cc_configure.bzl", line 109, in auto_configure_fail
fail(("\n%sAuto-Configuration Error:%...)))
Auto-Configuration Error: Cannot find gcov or GCOV; either correct your path or set the GCOV environment variable
The text was updated successfully, but these errors were encountered:
Building Android Studio with Bazel 0.17.1 fails with the following error:
The text was updated successfully, but these errors were encountered: