aboutsummaryrefslogtreecommitdiff
path: root/ui/build/kati.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/build/kati.go')
-rw-r--r--ui/build/kati.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/build/kati.go b/ui/build/kati.go
index 6519573ac..f4b062a05 100644
--- a/ui/build/kati.go
+++ b/ui/build/kati.go
@@ -205,6 +205,11 @@ func runKati(ctx Context, config Config, extraSuffix string, args []string, envF
// fi
cmd.Environment.Unset("SOONG_USE_PARTIAL_COMPILE")
+ // SOONG_HONOR_USE_PARTIAL_COMPILE is used by soong_ui to determine whether or not to force
+ // SOONG_USE_PARTIAL_COMPILE=false for certain ninja targets. It should not be used by anything other
+ // than soong_ui.
+ cmd.Environment.Unset("SOONG_HONOR_USE_PARTIAL_COMPILE")
+
// Unset BUILD_HOSTNAME during kati run to avoid kati rerun, kati will use BUILD_HOSTNAME from a file.
cmd.Environment.Unset("BUILD_HOSTNAME")