summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornkk71 <nkk71x@gmail.com>2017-10-25 13:09:37 +0200
committerDees Troy <dees_troy@teamw.in>2017-11-17 18:13:00 +0100
commit04ec0952260c90f9998456212eae7b805d9720a2 (patch)
tree6f09a570eb5fa30b0f4104d03bf705edc0f578b9
parentFix 'No OS' on System_Image restore after wipe (diff)
downloadandroid_bootable_recovery-04ec0952260c90f9998456212eae7b805d9720a2.tar
android_bootable_recovery-04ec0952260c90f9998456212eae7b805d9720a2.tar.gz
android_bootable_recovery-04ec0952260c90f9998456212eae7b805d9720a2.tar.bz2
android_bootable_recovery-04ec0952260c90f9998456212eae7b805d9720a2.tar.lz
android_bootable_recovery-04ec0952260c90f9998456212eae7b805d9720a2.tar.xz
android_bootable_recovery-04ec0952260c90f9998456212eae7b805d9720a2.tar.zst
android_bootable_recovery-04ec0952260c90f9998456212eae7b805d9720a2.zip
-rw-r--r--prebuilt/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuilt/Android.mk b/prebuilt/Android.mk
index 93ae610bf..f03c66744 100644
--- a/prebuilt/Android.mk
+++ b/prebuilt/Android.mk
@@ -205,6 +205,8 @@ ifeq ($(TARGET_USERIMAGES_USE_F2FS), true)
ifeq ($(shell test $(CM_PLATFORM_SDK_VERSION) -ge 4; echo $$?),0)
RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/mkfs.f2fs
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libf2fs.so
+ else ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 26; echo $$?),0)
+ RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/mkfs.f2fs
else ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 24; echo $$?),0)
RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/mkfs.f2fs
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libf2fs.so