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 125b6d6eea.

Change-Id: I3768374d6da59f969ea44c1965f75c934edf3b57
This commit is contained in:
LuK1337 2020-09-11 15:34:56 +02:00 committed by Bartłomiej Rudecki
parent d76725c913
commit e7ee416ff9
Signed by: przekichane
GPG key ID: 751F23C6F014EF76

View file

@ -9,8 +9,6 @@ include build/make/target/product/build_variables.mk
TARGET_NO_BOOTLOADER := true
TARGET_NO_RECOVERY := true
BOARD_EXT4_SHARE_DUP_BLOCKS := true
TARGET_USERIMAGES_USE_EXT4 := true
# Mainline devices must have /system_ext, /vendor and /product partitions.