From cc9124177c841ccc1fccfdcfcf6d82fc57b4bb55 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Wed, 15 Feb 2017 01:46:18 +0100 Subject: releasetools: remove unused img and ota scripts Boot and recovery are already regenerated when running the sign_target_files_apks script, so GetBootableImage is never called in the img and ota scripts. It wouldn't work anyway as the function parameters have changed. Signed-off-by: Wolfgang Wiedmeyer --- BoardCommonConfig.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'BoardCommonConfig.mk') diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index 6bef87c..619de33 100644 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -71,8 +71,6 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147467264 BOARD_FLASH_BLOCK_SIZE := 4096 # Releasetools -TARGET_RELEASETOOL_OTA_FROM_TARGET_SCRIPT := ./device/samsung/galaxys2-common/releasetools/galaxys2_ota_from_target_files -TARGET_RELEASETOOL_IMG_FROM_TARGET_SCRIPT := ./device/samsung/galaxys2-common/releasetools/galaxys2_img_from_target_files TARGET_RELEASETOOLS_EXTENSIONS := ./device/samsung/galaxys2-common/releasetools/extensions # Hardware tunables -- cgit v1.1