Skip to content

Commit

Permalink
f2fs: add back fsck.f2fs to recovery build
Browse files Browse the repository at this point in the history
- Fixes issue of rebooting device when data filesystem
  is set to f2fs

Change-Id: I9de815e12be57773712d4acfa0b634ce909ea820
  • Loading branch information
CaptainThrowback committed Sep 9, 2020
1 parent 20edca8 commit 57db2cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prebuilt/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ ifneq ($(TW_EXCLUDE_ENCRYPTED_BACKUPS), true)
endif
ifeq ($(TARGET_USERIMAGES_USE_F2FS), true)
RECOVERY_BINARY_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/make_f2fs
RECOVERY_BINARY_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/fsck.f2fs
RECOVERY_BINARY_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/sload_f2fs
endif
ifneq ($(wildcard system/core/reboot/Android.*),)
Expand Down

0 comments on commit 57db2cc

Please sign in to comment.