Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b28d0cdb authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "recovery: Remove HOST_OS guard for f2fs tools" am: 95101e7f am: a233cb12

Change-Id: I0895c365f6d67b9569c811898e6a4a5efecd87f9
parents 7e7c57bc a233cb12
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -56,12 +56,10 @@ include $(CLEAR_VARS)
LOCAL_MODULE := recovery_deps

ifeq ($(TARGET_USERIMAGES_USE_F2FS),true)
ifeq ($(HOST_OS),linux)
LOCAL_REQUIRED_MODULES += \
    make_f2fs.recovery \
    sload_f2fs.recovery
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