land: filesystem: Correct partition sizes

Gotten from an actual device.

Change-Id: I1d26d797da9e5c5adedea81f912490cf1bf551d2
This commit is contained in:
Zhao Wei Liew 2016-10-31 20:12:34 +08:00
parent e8adc8b4af
commit 65dbbc2058

View file

@ -1,9 +1,9 @@
# Partitions
BOARD_BOOTIMAGE_PARTITION_SIZE := 41943040
BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864
BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 41943040
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 67108864
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3221225472
BOARD_USERDATAIMAGE_PARTITION_SIZE := 27258747904
BOARD_USERDATAIMAGE_PARTITION_SIZE := 26301931008
BOARD_FLASH_BLOCK_SIZE := 131072