Walleye: Enable ext4 share dup blocks

Resolve adb remount and system image build issues by enabling
BOARD_EXT4_SHARE_DUP_BLOCKS := true, which also adds extra
partition space for expansion.

Test: lunch wahoo-userdebug && m -j500 && flashall && boot
Test: adb-remount-test.sh
Bug: 120448575
Bug: 128876541
Bug: 129471772
Cc: Orion Hodson <oth@google.com>
Change-Id: I19f49a09f8105ee30606c4f0f1423a06a71deb73
This commit is contained in:
Mark Salyzyn
2019-04-01 08:48:58 -07:00
parent 95df33c39d
commit 0edb398ed6

View File

@@ -33,3 +33,5 @@ BOARD_LISA_TARGET_SCRIPTS := device/google/wahoo/lisa/
# VTS DTBO Verification. This kernel cmdline parameter should be added by the bootloader
# for all future devices.
BOARD_KERNEL_CMDLINE += androidboot.dtbo_idx=3
BOARD_EXT4_SHARE_DUP_BLOCKS := true