diff options
author | Matt Mower <mowerm@gmail.com> | 2015-12-13 18:29:45 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-12-23 16:56:56 +0100 |
commit | 09ef1e410970b74df384047fcf4c0e18a6ec3643 (patch) | |
tree | 6e88024c45cfb5a66220f2910f853e774f07fb16 /Android.mk | |
parent | exfat: Build fsck and update path to mkfs (diff) | |
download | android_bootable_recovery-09ef1e410970b74df384047fcf4c0e18a6ec3643.tar android_bootable_recovery-09ef1e410970b74df384047fcf4c0e18a6ec3643.tar.gz android_bootable_recovery-09ef1e410970b74df384047fcf4c0e18a6ec3643.tar.bz2 android_bootable_recovery-09ef1e410970b74df384047fcf4c0e18a6ec3643.tar.lz android_bootable_recovery-09ef1e410970b74df384047fcf4c0e18a6ec3643.tar.xz android_bootable_recovery-09ef1e410970b74df384047fcf4c0e18a6ec3643.tar.zst android_bootable_recovery-09ef1e410970b74df384047fcf4c0e18a6ec3643.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 5d70c1856..c57e8dc10 100644 --- a/Android.mk +++ b/Android.mk @@ -575,7 +575,7 @@ ifneq ($(TW_NO_EXFAT), true) $(commands_recovery_local_path)/exfat/libexfat/Android.mk endif ifneq ($(TW_NO_EXFAT_FUSE), true) - include $(commands_recovery_local_path)/exfat/exfat-fuse/Android.mk + include $(commands_recovery_local_path)/exfat/fuse/Android.mk endif ifneq ($(TW_OEM_BUILD),true) include $(commands_recovery_local_path)/orscmd/Android.mk |