flo/deb: New BOARD_SYSTEMIMAGE_PARTITION_SIZE = 900MB

- same new config for both devices (flo/deb) -> 900 MB
This commit is contained in:
followmsi 2019-10-27 22:54:50 +01:00
parent dcd2a0f4ff
commit eae5ce5c83
1 changed files with 3 additions and 1 deletions

View File

@ -78,7 +78,9 @@ TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true
BOARD_BOOTIMAGE_PARTITION_SIZE := 23068672 # 22M
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 23068672 # 22M
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 880803840 # 840M
#BOARD_SYSTEMIMAGE_PARTITION_SIZE := 880803840 # 840M (STOCK)
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 943718400 # 900M
#BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1336934400 # 1275M
#Reduce space taken by the journal
BOARD_SYSTEMIMAGE_JOURNAL_SIZE := 0