Change Jetifier log level to Error
Bug: 72552006 Test: Set LOCAL_JETIFIER_ENABLED := true , run `m -j`, notice that jetifier's output isn't super long Change-Id: I3578fe8b69045446134350c4c63449c7653e8911
This commit is contained in:
@@ -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 -outputfile $@ -i $<
|
||||
|
||||
LOCAL_JETIFIER_OUTPUT_FILE := $(my_jetifier_output_path)
|
||||
LOCAL_INTERMEDIATE_TARGETS += $(LOCAL_JETIFIER_OUTPUT_FILE)
|
||||
|
Reference in New Issue
Block a user