summaryrefslogtreecommitdiffstats
path: root/core/definitions.mk
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2015-03-03 17:14:09 +0100
committerYohann Roussel <yroussel@google.com>2015-03-05 14:54:06 +0100
commit801f2c44d0a919284c72eca2be708aedb3a79d88 (patch)
tree3f6493424233a45f6bc949db6b19d5323a1bb43d /core/definitions.mk
parent69792a41327f067cfaa2b25b0010535f42001ffe (diff)
downloadbuild-801f2c44d0a919284c72eca2be708aedb3a79d88.zip
build-801f2c44d0a919284c72eca2be708aedb3a79d88.tar.gz
build-801f2c44d0a919284c72eca2be708aedb3a79d88.tar.bz2
Allow to pass arguments to Jill
Bug: 19026410 Change-Id: I3f3d7c0e7f8d6cc7150ae560b8734093798e8299
Diffstat (limited to 'core/definitions.mk')
-rw-r--r--core/definitions.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/definitions.mk b/core/definitions.mk
index 4a504bd..024c79d 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -1789,7 +1789,7 @@ endef
define transform-jar-to-jack
$(hide) mkdir -p $(dir $@)
- $(JILL) --output $@.tmpjill.jack $<
+ $(JILL) $(PRIVATE_JILL_FLAGS) --output $@.tmpjill.jack $<
$(hide) mkdir -p $@.tmpjill.res
$(hide) $(call unzip-jar-files,$<,$@.tmpjill.res)
$(hide) find $@.tmpjill.res -iname "*.class" -delete