mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-28 17:13:09 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user