summaryrefslogtreecommitdiffstats
path: root/prebuilt
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-12-08 22:12:40 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-12-08 22:13:35 +0100
commitdc3bc46a82e7a2b3594498d60482fa83f192d4c7 (patch)
tree5eae7a9951005ef47949e4362598a7a4ca5f7a94 /prebuilt
parentpixelflinger-twrp: don't build with clang (diff)
downloadandroid_bootable_recovery-dc3bc46a82e7a2b3594498d60482fa83f192d4c7.tar
android_bootable_recovery-dc3bc46a82e7a2b3594498d60482fa83f192d4c7.tar.gz
android_bootable_recovery-dc3bc46a82e7a2b3594498d60482fa83f192d4c7.tar.bz2
android_bootable_recovery-dc3bc46a82e7a2b3594498d60482fa83f192d4c7.tar.lz
android_bootable_recovery-dc3bc46a82e7a2b3594498d60482fa83f192d4c7.tar.xz
android_bootable_recovery-dc3bc46a82e7a2b3594498d60482fa83f192d4c7.tar.zst
android_bootable_recovery-dc3bc46a82e7a2b3594498d60482fa83f192d4c7.zip
Diffstat (limited to 'prebuilt')
-rw-r--r--prebuilt/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilt/Android.mk b/prebuilt/Android.mk
index 668dacf76..036d60267 100644
--- a/prebuilt/Android.mk
+++ b/prebuilt/Android.mk
@@ -128,7 +128,7 @@ ifeq ($(BUILD_ID), GINGERBREAD)
endif
ifneq ($(TW_NO_EXFAT), true)
RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/mkexfatfs
- RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libexfat.so
+ RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libexfat_twrp.so
else
TW_NO_EXFAT_FUSE := true
endif