From 0edb398ed622c9928d3af6bed802a38da354a8f7 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Mon, 1 Apr 2019 08:48:58 -0700 Subject: [PATCH] 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 Change-Id: I19f49a09f8105ee30606c4f0f1423a06a71deb73 --- walleye/BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/walleye/BoardConfig.mk b/walleye/BoardConfig.mk index 89f83bd..cf98414 100644 --- a/walleye/BoardConfig.mk +++ b/walleye/BoardConfig.mk @@ -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