Merge "Increase the size of super.img for Goldfish"

This commit is contained in:
Isaac Chen 2020-12-22 16:56:49 +00:00 committed by Gerrit Code Review
commit 3aa08cfa94
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true)
# emulator needs super.img
BOARD_BUILD_SUPER_IMAGE_BY_DEFAULT := true
# 3G + header
BOARD_SUPER_PARTITION_SIZE := 3229614080
# 4G
BOARD_SUPER_PARTITION_SIZE := 4294967296
BOARD_SUPER_PARTITION_GROUPS := emulator_dynamic_partitions
ifeq ($(QEMU_USE_SYSTEM_EXT_PARTITIONS),true)