summaryrefslogtreecommitdiffstats
path: root/libcutils
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-04-01 07:46:14 -0700
committerMark Salyzyn <salyzyn@google.com>2015-04-06 10:04:16 -0700
commita21c29ee818515d5cde79a01bee86c1e27057096 (patch)
treeb169afae34e9cec6882c2fe6eba9c656245099f5 /libcutils
parent8b2c7dee59f0ca89e6a0866537054a0d41dbae97 (diff)
downloadsystem_core-a21c29ee818515d5cde79a01bee86c1e27057096.zip
system_core-a21c29ee818515d5cde79a01bee86c1e27057096.tar.gz
system_core-a21c29ee818515d5cde79a01bee86c1e27057096.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.c11
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