Increase the size of super.img for Goldfish
Current super image for GF is almost full in sdk_gphone_x86_arm product, and not big enough to include CSI for mixed configuration, which is a bit bigger than the system image of sdk_gphone_x86_arm. Bug: 174442566 Test: $ lunch aosp_x86_arm-userdebug; m $ ls -l $OUT/super.img # make sure it's 4 GB Change-Id: Ia2473231c8490995a10700cbd6e0f82598a5e078
This commit is contained in:
parent
e13277f26e
commit
91a641324c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue