aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-05-26 19:51:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-05-26 19:51:56 +0000
commit977fd8f1fa60ea51f280962e3074d6999ff38c0b (patch)
tree3ff150807be606db0bd18a29486c0b4b8f33f0ee /ui
parente5598169b30c3c3a17b9033d16bd2c917163fc34 (diff)
parent04a16c7dcf46a1513927738e55d85941697228f5 (diff)
downloadbuild_soong-977fd8f1fa60ea51f280962e3074d6999ff38c0b.tar.gz
build_soong-977fd8f1fa60ea51f280962e3074d6999ff38c0b.tar.bz2
build_soong-977fd8f1fa60ea51f280962e3074d6999ff38c0b.zip
Merge "Support Make rewriting APP-*"
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",