aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorYoshisato Yanagisawa <yyanagisawa@google.com>2017-04-05 11:05:31 +0900
committerYoshisato Yanagisawa <yyanagisawa@google.com>2017-04-05 11:35:24 +0900
commit13fd3ff296e0fe0806908b7ad2c954ae5a803b47 (patch)
tree7910e347a2f99f43a7aab2f310bbb642a0a6c84e /ui
parentbb5e5fb4c5b9ded5fe414613ebac8104079fc566 (diff)
downloadbuild_soong-13fd3ff296e0fe0806908b7ad2c954ae5a803b47.tar.gz
build_soong-13fd3ff296e0fe0806908b7ad2c954ae5a803b47.tar.bz2
build_soong-13fd3ff296e0fe0806908b7ad2c954ae5a803b47.zip
Export JAVAC_WRAPPER environment.
To allow to inject a wrapper program for compiling java code, let me allow soong to export JAVAC_WRAPPER. Test: Set JAVAC_WRAPPER and ANDROID_COMPILE_WITH_JACK=false envs, Test: and make -j 32 Change-Id: Ib77fe00bd781f8f4ddf965c5e7905eab466a057a
Diffstat (limited to 'ui')
-rw-r--r--ui/build/make.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/make.go b/ui/build/make.go
index 89e03f74..a8d4483b 100644
--- a/ui/build/make.go
+++ b/ui/build/make.go
@@ -89,6 +89,7 @@ func runMakeProductConfig(ctx Context, config Config) {
// compiler wrappers set up by make
"CC_WRAPPER",
"CXX_WRAPPER",
+ "JAVAC_WRAPPER",
// ccache settings
"CCACHE_COMPILERCHECK",