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:
@@ -24,7 +24,7 @@ ifeq ($(strip $(LOCAL_JETIFIER_ENABLED)),true)
|
|||||||
|
|
||||||
$(my_jetifier_output_path) : $(my_jetifier_input_path) $(JETIFIER)
|
$(my_jetifier_output_path) : $(my_jetifier_input_path) $(JETIFIER)
|
||||||
rm -rf $@
|
rm -rf $@
|
||||||
$(JETIFIER) -outputfile $@ -i $<
|
$(JETIFIER) -l error -o $@ -i $<
|
||||||
|
|
||||||
LOCAL_JETIFIER_OUTPUT_FILE := $(my_jetifier_output_path)
|
LOCAL_JETIFIER_OUTPUT_FILE := $(my_jetifier_output_path)
|
||||||
LOCAL_INTERMEDIATE_TARGETS += $(LOCAL_JETIFIER_OUTPUT_FILE)
|
LOCAL_INTERMEDIATE_TARGETS += $(LOCAL_JETIFIER_OUTPUT_FILE)
|
||||||
|
Reference in New Issue
Block a user