forked from openkylin/platform_build
DO NOT MERGE increase generic_mips system partition
Increase system partition from 750MB to 768MB to fix sdk_google_phone_mips build. Change-Id: I35a60767a3dea7b1ce3c97246f4a038c98f5cb06
This commit is contained in:
parent
34a991851b
commit
7824073a36
|
@ -50,7 +50,7 @@ BUILD_EMULATOR_OPENGL := true
|
|||
USE_OPENGL_RENDERER := true
|
||||
|
||||
TARGET_USERIMAGES_USE_EXT4 := true
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 786432000
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 805306368
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
|
||||
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
|
||||
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
|
|
Loading…
Reference in New Issue