Merge "Follow minor Jetifier usage change"

This commit is contained in:
Nan Zhang 2018-08-30 15:28:46 +00:00 committed by Gerrit Code Review
commit d74327b7a4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ifeq ($(strip $(LOCAL_JETIFIER_ENABLED)),true)
$(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)