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

Commit 5235f555 authored by Ethan Yonker's avatar Ethan Yonker
Browse files

Fix mkfs.f2fs error in 6.0 trees

Change-Id: I1217094f0e336445eb4dd5f46242d9719525ffbd
parent c798c9cd
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -163,11 +163,15 @@ ifneq ($(TW_EXCLUDE_ENCRYPTED_BACKUPS), true)
    RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libopenaes.so
endif
ifeq ($(TARGET_USERIMAGES_USE_F2FS), true)
    ifneq (,$(filter $(PLATFORM_SDK_VERSION), 23))
        RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/mkfs.f2fs
    else
        ifneq (,$(filter $(PLATFORM_SDK_VERSION), 21 22))
            RELINK_SOURCE_FILES += $(TARGET_ROOT_OUT_SBIN)/mkfs.f2fs
        else
            RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/mkfs.f2fs
        endif
    endif
    RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/fsck.f2fs
endif
ifneq ($(wildcard system/core/reboot/Android.mk),)