Increasing x86 emulator system partition size
Seems sdk_google_phone_x86 is building larger than 750MB Bug: 23093319 Change-Id: Ib3ddbbb96a9dcea02eb6da7362ac0142bdfae4de
This commit is contained in:
parent
736463f86c
commit
5394e8bd12
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ BUILD_EMULATOR_OPENGL := true
|
|||
USE_OPENGL_RENDERER := true
|
||||
|
||||
TARGET_USERIMAGES_USE_EXT4 := true
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 786432000
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1342177280 # 1.25 GB
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
|
||||
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
|
||||
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
|
|
Loading…
Reference in a new issue