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

Commit 520da0de authored by Nan Zhang's avatar Nan Zhang Committed by android-build-merger
Browse files

Merge "Follow minor Jetifier usage change"

am: d74327b7

Change-Id: I1ce81edfdd5791c3d40bf06b0b8e876dde83fc66
parents e6c2066b d74327b7
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)