From 3fe36779efdb4df8b489f6b57a492bcbafb2f211 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Wed, 1 Apr 2015 07:46:14 -0700 Subject: android_filesystem_config: move fs_config to libcutils Bug: 19908228 Change-Id: Id51c0c50eb2677824d052882f4263193a08e1402 --- libcutils/fs_config.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'libcutils') diff --git a/libcutils/fs_config.c b/libcutils/fs_config.c index 3f6a202..659f614 100644 --- a/libcutils/fs_config.c +++ b/libcutils/fs_config.c @@ -19,23 +19,12 @@ ** by the device side of adb. */ -#define EXCLUDE_FS_CONFIG_STRUCTURES - #include #include #include #include -/* Temporary while EXCLUDE_FS_CONFIG_STRUCTURES is defined */ -struct fs_path_config { - unsigned mode; - unsigned uid; - unsigned gid; - uint64_t capabilities; - const char *prefix; -}; - /* Rules for directories. ** These rules are applied based on "first match", so they ** should start with the most specific path and work their -- cgit v1.1