aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/build/make.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/build/make.go b/ui/build/make.go
index 2b399263..edf6d96a 100644
--- a/ui/build/make.go
+++ b/ui/build/make.go
@@ -81,9 +81,10 @@ func runMakeProductConfig(ctx Context, config Config) {
// Variables to export into the environment of Kati/Ninja
exportEnvVars := []string{
// So that we can use the correct TARGET_PRODUCT if it's been
- // modified by PRODUCT-* arguments
+ // modified by PRODUCT-*/APP-* arguments
"TARGET_PRODUCT",
"TARGET_BUILD_VARIANT",
+ "TARGET_BUILD_APPS",
// compiler wrappers set up by make
"CC_WRAPPER",