commit | d74327b7a4ed0c725dc0ada99685116d01497b9b | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Thu Aug 30 15:28:46 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 30 15:28:46 2018 +0000 |
tree | 2e92d0da143fe6ef9eae108f4becd1ec3c344367 | |
parent | acdaa8fbacc6338e7e1aa3a0edd0feaa9d9e8b57 [diff] | |
parent | db1fb4d53c2b6c30c878ca3eea22f70543a7a7f6 [diff] |
Merge "Follow minor Jetifier usage change"
diff --git a/core/jetifier.mk b/core/jetifier.mk index 33a4624..fff4230 100644 --- a/core/jetifier.mk +++ b/core/jetifier.mk
@@ -24,7 +24,7 @@ $(my_jetifier_output_path) : $(my_jetifier_input_path) $(JETIFIER) rm -rf $@ - $(JETIFIER) -outputfile $@ -i $< + $(JETIFIER) -l error -o $@ -i $< LOCAL_JETIFIER_OUTPUT_FILE := $(my_jetifier_output_path) LOCAL_INTERMEDIATE_TARGETS += $(LOCAL_JETIFIER_OUTPUT_FILE)