Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 352d24ce authored by Nan Zhang's avatar Nan Zhang Committed by android-build-merger
Browse files

Merge "Follow minor Jetifier usage change" am: d74327b7

am: 520da0de

Change-Id: Id8d82882f82d7d48f4544c2b289c699a2926a52c
parents 8458e87a 520da0de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)