summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Isaac Chen <ycchen@google.com> 2020-12-22 10:39:24 +0800
committer Isaac Chen <ycchen@google.com> 2020-12-22 03:43:26 +0000
commit91a641324c36e658d7785117ee45bed04adce9f7 (patch)
treee77c2e15dc8df21b092a6f476f2d97a2b4357957
parente13277f26e7040cbd20e5d310ccd0e771d9330a3 (diff)
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
-rw-r--r--target/board/BoardConfigEmuCommon.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/board/BoardConfigEmuCommon.mk b/target/board/BoardConfigEmuCommon.mk
index 6b2291f0b8..a375826877 100644
--- a/target/board/BoardConfigEmuCommon.mk
+++ b/target/board/BoardConfigEmuCommon.mk
@@ -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)