aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-05-25 22:18:57 -0700
committerDan Willemsen <dwillemsen@google.com>2017-05-25 22:18:57 -0700
commit04a16c7dcf46a1513927738e55d85941697228f5 (patch)
tree2302a47843ab20bdcc3c845ec2c50eb663d9925e /ui
parent442b7e6dc9d05c0c904c0023753ac6d5e876b507 (diff)
downloadbuild_soong-04a16c7dcf46a1513927738e55d85941697228f5.tar.gz
build_soong-04a16c7dcf46a1513927738e55d85941697228f5.tar.bz2
build_soong-04a16c7dcf46a1513927738e55d85941697228f5.zip
Support Make rewriting APP-*
Test: ALLOW_MISSING_DEPENDENCIES=true m -j APP-Calculator Change-Id: If5a0b60a0dbc615b6f47ea222616f8d34950ba0c
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",