From e3220585421bf5af99e1e3f8cf3bf567ef2a5dd9 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Thu, 20 Feb 2014 08:47:29 -0800 Subject: [PATCH] img_from_target_files doesn't need releasetools extensions This argument is superfluous; we don't need to compute its value or pass it to the script. Change-Id: I567a5c0b67060f8fcc0bf83e5bfa0272312b9124 --- core/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/Makefile b/core/Makefile index c34535368..2315923aa 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1345,18 +1345,10 @@ name := $(name)-img-$(FILE_NAME_TAG) INTERNAL_UPDATE_PACKAGE_TARGET := $(PRODUCT_OUT)/$(name).zip -ifeq ($(TARGET_RELEASETOOLS_EXTENSIONS),) -# default to common dir for device vendor -$(INTERNAL_UPDATE_PACKAGE_TARGET): extensions := $(TARGET_DEVICE_DIR)/../common -else -$(INTERNAL_UPDATE_PACKAGE_TARGET): extensions := $(TARGET_RELEASETOOLS_EXTENSIONS) -endif - $(INTERNAL_UPDATE_PACKAGE_TARGET): $(BUILT_TARGET_FILES_PACKAGE) $(DISTTOOLS) @echo "Package: $@" $(hide) MKBOOTIMG=$(BOARD_CUSTOM_MKBOOTIMG) \ ./build/tools/releasetools/img_from_target_files -v \ - -s $(extensions) \ -p $(HOST_OUT) \ $(BUILT_TARGET_FILES_PACKAGE) $@ -- 2.11.0