Merge "Remove obsolete environment variables from ninja.go allowlist." am: 840708e45b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1517240 Change-Id: I6a052b954082131de0aa4f0f9c27885e4ded5830
This commit is contained in:
commit
d2d3950574
|
@ -139,15 +139,6 @@ func runNinja(ctx Context, config Config) {
|
|||
// b/147197813 - used by art-check-debug-apex-gen
|
||||
"EMMA_INSTRUMENT_FRAMEWORK",
|
||||
|
||||
// Goma -- gomacc may not need all of these
|
||||
"GOMA_DIR",
|
||||
"GOMA_DISABLED",
|
||||
"GOMA_FAIL_FAST",
|
||||
"GOMA_FALLBACK",
|
||||
"GOMA_GCE_SERVICE_ACCOUNT",
|
||||
"GOMA_TMP_DIR",
|
||||
"GOMA_USE_LOCAL",
|
||||
|
||||
// RBE client
|
||||
"RBE_compare",
|
||||
"RBE_exec_root",
|
||||
|
|
Loading…
Reference in New Issue