summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHridya Valsaraju <hridya@google.com>2019-01-16 22:57:26 +0100
committerHridya Valsaraju <hridya@google.com>2019-01-17 00:42:55 +0100
commit6f44c11357969a8294032b01ce7efad7a6f81300 (patch)
tree80963890ce02e2d55d72bf5d1ce16313fa624822
parentMerge "screen_ui: Trivial fix to append newline when logging." (diff)
downloadandroid_bootable_recovery-6f44c11357969a8294032b01ce7efad7a6f81300.tar
android_bootable_recovery-6f44c11357969a8294032b01ce7efad7a6f81300.tar.gz
android_bootable_recovery-6f44c11357969a8294032b01ce7efad7a6f81300.tar.bz2
android_bootable_recovery-6f44c11357969a8294032b01ce7efad7a6f81300.tar.lz
android_bootable_recovery-6f44c11357969a8294032b01ce7efad7a6f81300.tar.xz
android_bootable_recovery-6f44c11357969a8294032b01ce7efad7a6f81300.tar.zst
android_bootable_recovery-6f44c11357969a8294032b01ce7efad7a6f81300.zip
-rw-r--r--Android.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/Android.mk b/Android.mk
index 429c52dbf..9806d1091 100644
--- a/Android.mk
+++ b/Android.mk
@@ -63,14 +63,6 @@ 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
-
# On A/B devices recovery-persist reads the recovery related file from the persist storage and
# copies them into /data/misc/recovery. Then, for both A/B and non-A/B devices, recovery-persist
# parses the last_install file and reports the embedded update metrics. Also, the last_install file