Loading fs_mgr/Android.mk +0 −4 Original line number Diff line number Diff line Loading @@ -3,10 +3,6 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) ifeq ($(HAVE_SELINUX),true) LOCAL_CFLAGS += -DHAVE_SELINUX endif LOCAL_SRC_FILES:= fs_mgr.c LOCAL_C_INCLUDES := $(LOCAL_PATH)/include Loading fs_mgr/fs_mgr.c +2 −8 Original line number Diff line number Diff line Loading @@ -192,14 +192,8 @@ static int parse_flags(char *flags, struct flag_list *fl, /* It's not a known flag, so it must be a filesystem specific * option. Add it to fs_options if it was passed in. */ #ifndef HAVE_SELINUX /* Drop context option from non-selinux builds */ if (strncmp(p,"context=",8)) #endif { strlcat(fs_options, p, fs_options_len); strlcat(fs_options, ",", fs_options_len); } } else { /* fs_options was not passed in, so if the flag is unknown * it's an error. Loading Loading
fs_mgr/Android.mk +0 −4 Original line number Diff line number Diff line Loading @@ -3,10 +3,6 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) ifeq ($(HAVE_SELINUX),true) LOCAL_CFLAGS += -DHAVE_SELINUX endif LOCAL_SRC_FILES:= fs_mgr.c LOCAL_C_INCLUDES := $(LOCAL_PATH)/include Loading
fs_mgr/fs_mgr.c +2 −8 Original line number Diff line number Diff line Loading @@ -192,14 +192,8 @@ static int parse_flags(char *flags, struct flag_list *fl, /* It's not a known flag, so it must be a filesystem specific * option. Add it to fs_options if it was passed in. */ #ifndef HAVE_SELINUX /* Drop context option from non-selinux builds */ if (strncmp(p,"context=",8)) #endif { strlcat(fs_options, p, fs_options_len); strlcat(fs_options, ",", fs_options_len); } } else { /* fs_options was not passed in, so if the flag is unknown * it's an error. Loading