Rename libexfat target to prevent conflicts

Change-Id: I5d2774c273a90c1f02c074f3c947c13b265972b3
This commit is contained in:
Ethan Yonker
2015-12-08 15:13:35 -06:00
parent eb028c1e76
commit dc3bc46a82
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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