diff options
author | Mark Salyzyn <salyzyn@google.com> | 2015-04-01 07:46:14 -0700 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2015-04-06 15:04:05 -0700 |
commit | 3fe36779efdb4df8b489f6b57a492bcbafb2f211 (patch) | |
tree | 395d325124b283dd908182d1278c0e0c22d45efe /libcutils | |
parent | 3490a395da012117abc4781337ea7b189aa3f0d7 (diff) | |
download | system_core-3fe36779efdb4df8b489f6b57a492bcbafb2f211.zip system_core-3fe36779efdb4df8b489f6b57a492bcbafb2f211.tar.gz system_core-3fe36779efdb4df8b489f6b57a492bcbafb2f211.tar.bz2 |
android_filesystem_config: move fs_config to libcutils
Bug: 19908228
Change-Id: Id51c0c50eb2677824d052882f4263193a08e1402
Diffstat (limited to 'libcutils')
-rw-r--r-- | libcutils/fs_config.c | 11 |
1 files changed, 0 insertions, 11 deletions
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 <stdint.h> #include <string.h> #include <sys/stat.h> #include <private/android_filesystem_config.h> -/* 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 |