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