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

Commit 2ec59b3f authored by Scott Mertz's avatar Scott Mertz
Browse files

recovery: add opt-out of exFAT

CYNGNOS-1310
Change-Id: I114eef6b6bb77d881135d8fe8f2e28f61e3566eb
(cherry picked from commit c9b11434)
parent e5b46843
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -161,8 +161,12 @@ LOCAL_ADDITIONAL_DEPENDENCIES += \
    minivold \
    recovery_e2fsck \
    recovery_mke2fs \
    recovery_tune2fs \
    recovery_tune2fs

ifeq ($(TARGET_USES_EXFAT),true)
LOCAL_ADDITIONAL_DEPENDENCIES += \
    mount.exfat_static
endif

LOCAL_ADDITIONAL_DEPENDENCIES += \
    bu_recovery