Merge "recovery: Depend on mkfs.f2fs only if needed."
This commit is contained in:
commit
a412198699
1 changed files with 2 additions and 0 deletions
|
@ -45,9 +45,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
|
||||
|
|
Loading…
Reference in a new issue