We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb0e9a7 + c52e1b2 commit 28e9626Copy full SHA for 28e9626
examples/deps/.bazelrc
@@ -2,4 +2,8 @@ common --java_runtime_version=remotejdk_21
2
common --tool_java_runtime_version=remotejdk_21
3
common --incompatible_enable_android_toolchain_resolution # Required for bazel 7
4
common --android_platforms=//:arm64-v8a
5
-common --toolchain_resolution_debug=.*
+common --toolchain_resolution_debug=.*
6
+
7
+# Required for abseil-cpp which requires C++17
8
+build --cxxopt=-std=c++17
9
+build --host_cxxopt=-std=c++17
0 commit comments