aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-18 08:22:06 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-18 08:22:06 +0000
commit2235f9634afd89885a70f2d9e857d684903b8739 (patch)
tree2b24ed6f81dfd2026d7313a0a4ea0711a50e2aa5
parenta6bddf43f6f76578db359cfe9d54a62157ee092c (diff)
parent9b38da14316a7f598087f385b2c882dccd245498 (diff)
downloadorchestrator-2235f9634afd89885a70f2d9e857d684903b8739.tar.gz
Snap for 9626534 from 9b38da14316a7f598087f385b2c882dccd245498 to udc-d1-release
Change-Id: I204d5943b7dbb4d161e2dad2ee326135b7cc3aca
-rwxr-xr-xcore/orchestrator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/orchestrator.py b/core/orchestrator.py
index efadd66..5903e47 100755
--- a/core/orchestrator.py
+++ b/core/orchestrator.py
@@ -204,6 +204,7 @@ class Orchestrator():
# different JDK toolchains.)
# For now, set `OUT_DIR` which is inner tree agnostic.
jail_cfg.add_envar(name="OUT_DIR", value=utils.choose_out_dir())
+ jail_cfg.add_envar(name="TARGET_BUILD_VARIANT", value=self.variant)
# Disable network access in the combined ninja execution
jail_cfg.add_option(name="clone_newnet", value="true")
ninja_runner.run_ninja(context, jail_cfg, targets)