forked from openkylin/platform_build
am 3e8b79c2: Merge "Increase system image partition size to fix build" into lmp-dev
* commit '3e8b79c2b3c84b2c6ef7b28903a719b10248e63d': Increase system image partition size to fix build
This commit is contained in:
commit
4f9438ba15
|
@ -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