xref: /aosp_15_r20/external/grpc-grpc/test/distrib/bazel/python/.bazelrc (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1*cc02d7e2SAndroid Build Coastguard Worker# bazelrc file
2*cc02d7e2SAndroid Build Coastguard Worker
3*cc02d7e2SAndroid Build Coastguard Worker# Bazel 7 begins to enable module by default which breaks gRPC build.
4*cc02d7e2SAndroid Build Coastguard Worker# Therefore, this option is disabled until gRPC works with bzlmod.
5*cc02d7e2SAndroid Build Coastguard Workercommon --enable_bzlmod=false
6*cc02d7e2SAndroid Build Coastguard Worker
7*cc02d7e2SAndroid Build Coastguard Workerbuild --cxxopt='-std=c++14'
8*cc02d7e2SAndroid Build Coastguard Workerbuild --host_cxxopt='-std=c++14'
9