forked from openkylin/platform_build
Increase system image partition size to fix build
Build of sdk_google_phone_x86_64-sdk_addon product was failing with the following error message: error: ext4_allocate_best_fit_partial: failed to allocate 2420 blocks, out of space? Change-Id: Ib9e2d21bac86b12b6f8f75d4f30806dd20abcb90
This commit is contained in:
parent
397a8be4bc
commit
c1a9edd7a8
|
@ -41,7 +41,7 @@ BUILD_EMULATOR_OPENGL := true
|
|||
USE_OPENGL_RENDERER := true
|
||||
|
||||
TARGET_USERIMAGES_USE_EXT4 := true
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 880803840 # 840M
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 943718400 # 900MB
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
|
||||
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
|
||||
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
|
|
Loading…
Reference in New Issue