Follow minor Jetifier usage change
Also specify output level of error to match master Bug: 110785706 Test: m -j Change-Id: I634e09f406727d4f169c3a2862a29cd2206414f7 Merged-In: I634e09f406727d4f169c3a2862a29cd2206414f7
This commit is contained in:
parent
8b2b69e956
commit
db1fb4d53c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue