summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxwen <max.weninger@gmail.com>2017-01-23 18:36:35 +0100
committerMax Weninger <max.weninger@gmail.com>2017-01-24 16:18:58 +0100
commite7c885655525daabfae8637dfbb8018f7f64a1de (patch)
treeb811fbc65ef03287b134ccdfacbb5c0109f4d80f
parentorscmd: add minimal getcap and setcap tools (diff)
downloadandroid_bootable_recovery-e7c885655525daabfae8637dfbb8018f7f64a1de.tar
android_bootable_recovery-e7c885655525daabfae8637dfbb8018f7f64a1de.tar.gz
android_bootable_recovery-e7c885655525daabfae8637dfbb8018f7f64a1de.tar.bz2
android_bootable_recovery-e7c885655525daabfae8637dfbb8018f7f64a1de.tar.lz
android_bootable_recovery-e7c885655525daabfae8637dfbb8018f7f64a1de.tar.xz
android_bootable_recovery-e7c885655525daabfae8637dfbb8018f7f64a1de.tar.zst
android_bootable_recovery-e7c885655525daabfae8637dfbb8018f7f64a1de.zip
-rw-r--r--prebuilt/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilt/Android.mk b/prebuilt/Android.mk
index 2edcfe985..887ed5cd3 100644
--- a/prebuilt/Android.mk
+++ b/prebuilt/Android.mk
@@ -204,7 +204,7 @@ 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 23; echo $$?),0)
+ else ifeq ($(shell test $(PLATFORM_SDK_VERSION) -eq 23; echo $$?),0)
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