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

Commit c40d9afa authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "recovery: Depend on mkfs.f2fs only if needed." am: a4121986

am: 4ea2b0c4

* commit '4ea2b0c4':
  recovery: Depend on mkfs.f2fs only if needed.
parents 03540bc9 4ea2b0c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,9 +46,11 @@ LOCAL_MODULE := recovery

LOCAL_FORCE_STATIC_EXECUTABLE := true

ifeq ($(TARGET_USERIMAGES_USE_F2FS),true)
ifeq ($(HOST_OS),linux)
LOCAL_REQUIRED_MODULES := mkfs.f2fs
endif
endif

RECOVERY_API_VERSION := 3
RECOVERY_FSTAB_VERSION := 2