* commit '0150dae61563c44dfb12a6d367a4f4f72253fcc4': Increasing x86 emulator system partition size
This commit is contained in:
commit
112f4c07c7
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