Increasing MIPS emulator system image size and user-data image size
Size increase taken as a precaution against recent built breakage due to lack of space on a number of targets (e.g. x86, ARM64). System and user-data image sizes set to match currently most common setup for the emulator: system image: 1.25gb, user-data image 700mb. Change-Id: I7118eb26dd78f5fa9e4f0006e15c8d47dee8e28c
This commit is contained in:
parent
6a8f88cdec
commit
956e469327
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ BUILD_EMULATOR_OPENGL := true
|
|||
USE_OPENGL_RENDERER := true
|
||||
|
||||
TARGET_USERIMAGES_USE_EXT4 := true
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1342177280
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 734003200
|
||||
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
|
||||
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
BOARD_FLASH_BLOCK_SIZE := 512
|
||||
|
|
Loading…
Reference in a new issue