From b0d7d4fa6f15961caa320fdeb5a5c51533a15ad0 Mon Sep 17 00:00:00 2001 From: Caio Schnepper Date: Sat, 4 Jul 2015 22:57:09 -0300 Subject: releasetools: resize system partition after flashing resize2fs.static is placed in install/bin, possible to run without /system mounted. running it will resize /system to the actual system partition size, supporting custom pits with block-based OTAs Change-Id: Id2c82add1f697ae3d7e5a1031f6a6d51a4ee53e0 --- BoardCommonConfig.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'BoardCommonConfig.mk') diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index 8a9b254..abef610 100644 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -71,6 +71,7 @@ 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 BOARD_HARDWARE_CLASS := hardware/samsung/cmhw -- cgit v1.1