blob: 525787d71fc4e8dcafe6b2d8ee29f70b8bc74d98 [file]
common --java_runtime_version=remotejdk_21
common --tool_java_runtime_version=remotejdk_21
common --incompatible_enable_android_toolchain_resolution # Required for bazel 7
common --android_platforms=//:arm64-v8a
common --toolchain_resolution_debug=.*
# Required for abseil-cpp which requires C++17
build --cxxopt=-std=c++17
build --host_cxxopt=-std=c++17