Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1306c0d authored by Isaac Chen's avatar Isaac Chen Committed by Automerger Merge Worker
Browse files

Merge "Increase the size of super.img for Goldfish" am: 3aa08cfa am: a675bc6d

Original change: https://android-review.googlesource.com/c/platform/build/+/1534301

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iafd088a292e4b70ff250f08814f7e4fac0a198ef
parents 96fb33a5 a675bc6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)