commit | 354cc2dde64e9805c2114819722e7b49c2ef977d | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Thu Aug 30 17:59:02 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 30 17:59:02 2018 +0000 |
tree | 2f2a44ea34d3394b45571ffc12c26aa410c83d81 | |
parent | d74327b7a4ed0c725dc0ada99685116d01497b9b [diff] | |
parent | cf163d38d6ba1c8a9a5d37498afc4350ba800b1b [diff] |
Merge "Adjust build rule for hidden API list generation"
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)