Fix 2GB system partition size (#2)

Remove the 0 at the end.
This commit is contained in:
Davide P 2016-09-13 16:18:57 +02:00 committed by Kamil Trzciński
parent bc97f8c47c
commit 6da5303fbb

View file

@ -19,7 +19,7 @@ INSTALLED_KERNEL_TARGET := kernel
BOARD_KERNEL_CMDLINE :=
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_FLASH_BLOCK_SIZE := 4096
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 21474836480
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
BOARD_CACHEIMAGE_PARTITION_SIZE := 805306368
BOARD_USERDATAIMAGE_PARTITION_SIZE := 1073741824