blob: f6ff107726e00056663ada9deee965e0cf7ec239 [file] [log] [blame]
Junfeng Wu90ba5862022-02-24 11:07:22 +08001{
2 "env": {
3 "USE_RBE": "1",
4
5 "RBE_R8_EXEC_STRATEGY": "remote_local_fallback",
6 "RBE_CXX_EXEC_STRATEGY": "remote_local_fallback",
7 "RBE_D8_EXEC_STRATEGY": "remote_local_fallback",
8 "RBE_JAVAC_EXEC_STRATEGY": "remote_local_fallback",
9 "RBE_JAVAC": "1",
10 "RBE_R8": "1",
11 "RBE_D8": "1",
12
13 "RBE_instance": "[replace with your RBE instance]",
14 "RBE_service": "[replace with your RBE service endpoint]",
15
16 "RBE_DIR": "prebuilts/remoteexecution-client/live",
17
18 "RBE_use_application_default_credentials": "true",
19
20 "RBE_log_dir": "/tmp",
21 "RBE_output_dir": "/tmp",
22 "RBE_proxy_log_dir": "/tmp"
23 }
24}