allow actually 140MB vendor partition space
Bug: 129710438 Change-Id: I93bfe7f25f16a8e48871db7357ec587c21dcc7d6 Merged-In: I93bfe7f25f16a8e48871db7357ec587c21dcc7d6
This commit is contained in:
parent
a6dc671385
commit
bf77eecd3d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
|
|||
# ~140 MB vendor image. Please adjust system image / vendor image sizes
|
||||
# when finalizing them. The partition size needs to be a multiple of image
|
||||
# block size: 4096.
|
||||
BOARD_VENDORIMAGE_PARTITION_SIZE := 140963840
|
||||
BOARD_VENDORIMAGE_PARTITION_SIZE := 146800640
|
||||
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
BOARD_FLASH_BLOCK_SIZE := 512
|
||||
DEVICE_MATRIX_FILE := device/generic/goldfish/compatibility_matrix.xml
|
||||
|
|
Loading…
Reference in a new issue