aosp_arm64: increase userdata image size
Increase userdata image size to allow make tests to builds with extra tests to fit. Change-Id: I2fea99d5a39816e78595215481b60ee51eb9182f
This commit is contained in:
parent
1da02a1ae1
commit
d46c7381c8
|
@ -49,7 +49,7 @@ USE_OPENGL_RENDERER := true
|
|||
|
||||
TARGET_USERIMAGES_USE_EXT4 := true
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 576716800
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 209715200
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
|
||||
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
|
||||
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
BOARD_FLASH_BLOCK_SIZE := 512
|
||||
|
|
Loading…
Reference in New Issue