commit | 4f3e5685fce44c359becde39141fdaf5f8d3db34 | [log] [tgz] |
---|---|---|
author | Yoshisato Yanagisawa <yyanagisawa@google.com> | Mon Jun 05 18:08:36 2017 +0900 |
committer | Yoshisato Yanagisawa <yyanagisawa@google.com> | Wed Jun 14 07:57:54 2017 +0000 |
tree | 7cb9ac0479963c1e0057d690dae353f20cadbb50 | |
parent | 9baf6752858db85c77ea55b4dea3e23205012219 [diff] [blame] |
Set JAVAC_WRAPPER if USE_GOMA is set. Now, people can also use goma for building javac. Let me make it by default. Test: USE_GOMA=true m -j4 Bug: 62334576 Change-Id: I941ce42dc0f9cbd0dcc00e6fd19368c3af11695f
diff --git a/core/config.mk b/core/config.mk index 5ff582a..5895128 100644 --- a/core/config.mk +++ b/core/config.mk
@@ -308,6 +308,7 @@ export CC_WRAPPER export CXX_WRAPPER +export JAVAC_WRAPPER endif ifdef TARGET_PREFER_32_BIT