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

Commit c8a1553c authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 58a7e3ac: am b78a6d7b: am 2594d3d1: Merge "Remove unnecessary confusing use of ."

* commit '58a7e3ac':
  Remove unnecessary confusing use of $(intermediate).
parents 8d365079 58a7e3ac
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1299,10 +1299,7 @@ OTATOOLS := $(DISTTOOLS) \
otatools: $(OTATOOLS)

BUILT_OTATOOLS_PACKAGE := $(PRODUCT_OUT)/otatools.zip
$(BUILT_OTATOOLS_PACKAGE): \
	intermediate := $(call intermediates-dir-for,PACKAGING,otatools)
$(BUILT_OTATOOLS_PACKAGE): \
	zip_root := $(intermediate)/otatools
$(BUILT_OTATOOLS_PACKAGE): zip_root := $(call intermediates-dir-for,PACKAGING,otatools)/otatools

$(BUILT_OTATOOLS_PACKAGE): $(OTATOOLS) | $(ACP)
	@echo "Package OTA tools: $@"