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 --- common.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 9c00d31..0cbd72b 100644 --- a/common.mk +++ b/common.mk @@ -130,9 +130,10 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Filesystem management tools PRODUCT_PACKAGES += \ - static_busybox \ make_ext4fs \ - setup_fs + resize2fs_static \ + setup_fs \ + static_busybox # Live Wallpapers PRODUCT_PACKAGES += \ -- cgit v1.1