platform_build_soong/docs/rbe.json
Junfeng Wu 90ba586f8b Add RBE environment variables config example and documentation.
Test: N/A
Change-Id: Ic80f3f192e8e3449f02d8c99058c37e97251a4d2
2022-03-07 12:47:55 +08:00

24 lines
703 B
JSON

{
"env": {
"USE_RBE": "1",
"RBE_R8_EXEC_STRATEGY": "remote_local_fallback",
"RBE_CXX_EXEC_STRATEGY": "remote_local_fallback",
"RBE_D8_EXEC_STRATEGY": "remote_local_fallback",
"RBE_JAVAC_EXEC_STRATEGY": "remote_local_fallback",
"RBE_JAVAC": "1",
"RBE_R8": "1",
"RBE_D8": "1",
"RBE_instance": "[replace with your RBE instance]",
"RBE_service": "[replace with your RBE service endpoint]",
"RBE_DIR": "prebuilts/remoteexecution-client/live",
"RBE_use_application_default_credentials": "true",
"RBE_log_dir": "/tmp",
"RBE_output_dir": "/tmp",
"RBE_proxy_log_dir": "/tmp"
}
}