Merge "recovery: add --fsck_unshare_blocks option for adb remount" am: bda4495176

am: b0d9b3594b

Change-Id: I86d3af476e87184e653de38cdb4faa1c9975ccba
This commit is contained in:
David Anderson
2018-05-31 18:11:40 -07:00
committed by android-build-merger
4 changed files with 203 additions and 1 deletions
+8
View File
@@ -145,6 +145,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
adb_install.cpp \
fsck_unshare_blocks.cpp \
fuse_sdcard_provider.cpp \
install.cpp \
recovery.cpp \
@@ -205,6 +206,13 @@ LOCAL_REQUIRED_MODULES += \
endif
endif
# e2fsck is needed for adb remount -R.
ifeq ($(BOARD_EXT4_SHARE_DUP_BLOCKS),true)
ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
LOCAL_REQUIRED_MODULES += e2fsck_static
endif
endif
ifeq ($(BOARD_CACHEIMAGE_PARTITION_SIZE),)
LOCAL_REQUIRED_MODULES += \
recovery-persist \