am b78a6d7b: am 2594d3d1: Merge "Remove unnecessary confusing use of ."
* commit 'b78a6d7b2cc97431e666228eee5f82eec4e49be8': Remove unnecessary confusing use of $(intermediate).
This commit is contained in:
commit
58a7e3acac
|
@ -1280,10 +1280,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: $@"
|
||||
|
|
Loading…
Reference in New Issue