From db1fb4d53c2b6c30c878ca3eea22f70543a7a7f6 Mon Sep 17 00:00:00 2001 From: Jeff Gaston Date: Wed, 29 Aug 2018 13:03:38 -0400 Subject: [PATCH] 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 --- core/jetifier.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/jetifier.mk b/core/jetifier.mk index 33a4624a31..fff4230860 100644 --- a/core/jetifier.mk +++ b/core/jetifier.mk @@ -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)