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

Commit bb8e6f5b authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Increase GF dynamic partition size to 8G

Bug: 258783815
Test: $ lunch sdk_phone64_x86_64-userdebug; m
      $ ls -l $OUT/super.img - check 8G
      $ grep -i dynamic_partitions_group_size $OUT/misc_info.txt
Change-Id: Ib08ee42e76a91b1c61c1b870f890dba66ed61209
parent f0c6cf50
Loading
Loading
Loading
Loading
+4 −4
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

  # 4G + 8M
  BOARD_SUPER_PARTITION_SIZE := 4303355904
  # 8G + 8M
  BOARD_SUPER_PARTITION_SIZE := 8598323200
  BOARD_SUPER_PARTITION_GROUPS := emulator_dynamic_partitions

  ifeq ($(QEMU_USE_SYSTEM_EXT_PARTITIONS),true)
@@ -56,8 +56,8 @@ ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true)
        vendor
  endif

  # 4G
  BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE := 4294967296
  # 8G
  BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE := 8589934592

  # in build environment to speed up make -j
  ifeq ($(QEMU_DISABLE_AVB),true)