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

Unverified Commit f6b5ea8d authored by LuK1337's avatar LuK1337 Committed by Michael Bestas
Browse files

Unset BOARD_EXT4_SHARE_DUP_BLOCKS

* This allows us to remount ext4 partitions read-write
  on devices with dynamic partitions.

This reverts the following commits:

Revert "Move BOARD_EXT4_SHARE_DUP_BLOCKS to BoardConfigMainlineCommon.mk"

This reverts commit I0eb035ba6edf44719d5de4f09fd97b5783537597.

Revert "enable BOARD_EXT4_SHARE_DUP_BLOCKS for generic_arm64"

This reverts commit 125b6d6e.

Change-Id: I3768374d6da59f969ea44c1965f75c934edf3b57
parent f22b0c1c
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -33,6 +33,8 @@ ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true)
  # emulator needs super.img
  # emulator needs super.img
  BOARD_BUILD_SUPER_IMAGE_BY_DEFAULT := true
  BOARD_BUILD_SUPER_IMAGE_BY_DEFAULT := true


  BOARD_EXT4_SHARE_DUP_BLOCKS := true

  # 4G + 8M
  # 4G + 8M
  BOARD_SUPER_PARTITION_SIZE := 4303355904
  BOARD_SUPER_PARTITION_SIZE := 4303355904
  BOARD_SUPER_PARTITION_GROUPS := emulator_dynamic_partitions
  BOARD_SUPER_PARTITION_GROUPS := emulator_dynamic_partitions
+0 −2
Original line number Original line Diff line number Diff line
@@ -6,8 +6,6 @@
TARGET_NO_BOOTLOADER := true
TARGET_NO_BOOTLOADER := true
TARGET_NO_RECOVERY := true
TARGET_NO_RECOVERY := true


BOARD_EXT4_SHARE_DUP_BLOCKS := true

TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_EXT4 := true


# Mainline devices must have /system_ext, /vendor and /product partitions.
# Mainline devices must have /system_ext, /vendor and /product partitions.