From c5bf1eb2d3ce7f521d2517c462c14e2f78d67d49 Mon Sep 17 00:00:00 2001 From: John Dias Date: Fri, 24 Feb 2017 16:36:50 -0800 Subject: [PATCH] device.mk: correct system partition size for taimen Test: built and flashed by hand Change-Id: Iecbe1a799573eb37de9a0c728f4f0b5164805647 Signed-off-by: John Dias --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index ee4b973..60d4113 100644 --- a/device.mk +++ b/device.mk @@ -22,6 +22,7 @@ PRODUCT_HARDWARE := taimen TARGET_PREBUILT_KERNEL := device/google/taimen-kernel/Image.gz-dtb include device/qcom/msmcobalt/device-common.mk +BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648 PRODUCT_PROPERTY_OVERRIDES += \ ro.sf.lcd_density=560 \