Skip to content

Commit

Permalink
fuse: Update to 2.9.4
Browse files Browse the repository at this point in the history
Change-Id: I0877c624531286f47da29a7ab16c7ff3cfac0090
  • Loading branch information
mdmower authored and Dees-Troy committed Dec 23, 2015
1 parent 09ef1e4 commit 523a059
Show file tree
Hide file tree
Showing 41 changed files with 6,782 additions and 1,699 deletions.
9 changes: 9 additions & 0 deletions fuse/AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FUSE
----

Miklos Szeredi <[email protected]>

CUSE
----

Tejun Heo <[email protected]>
25 changes: 3 additions & 22 deletions fuse/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
android/statvfs.c \
buffer.c \
cuse_lowlevel.c \
fuse.c \
Expand All @@ -33,10 +34,11 @@ LOCAL_SRC_FILES := \
ulockmgr.c

LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/android \
$(LOCAL_PATH)/include

LOCAL_SHARED_LIBRARIES := \
libutils libdl
libutils

LOCAL_CFLAGS := \
-D_FILE_OFFSET_BITS=64 \
Expand All @@ -47,24 +49,3 @@ LOCAL_MODULE := libfusetwrp
LOCAL_MODULE_TAGS := optional

include $(BUILD_STATIC_LIBRARY)
#include $(BUILD_SHARED_LIBRARY)

include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
fusexmp.c

LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/include

LOCAL_CFLAGS := -D_FILE_OFFSET_BITS=64

LOCAL_MODULE := fusexmp
LOCAL_MODULE_TAGS := optional

LOCAL_STATIC_LIBRARIES := libfusetwrp

LOCAL_SHARED_LIBRARIES := \
libutils libdl

include $(BUILD_EXECUTABLE)
339 changes: 339 additions & 0 deletions fuse/COPYING

Large diffs are not rendered by default.

502 changes: 502 additions & 0 deletions fuse/COPYING.LIB

Large diffs are not rendered by default.

Loading

0 comments on commit 523a059

Please sign in to comment.