diff options
author | Nick Kralevich <nnk@google.com> | 2013-02-22 20:32:35 -0800 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2013-02-22 20:32:35 -0800 |
commit | bb05a92cb11d18e7cbd412d8838bb1d0aef4cbfe (patch) | |
tree | 43df9d064dd610e1c99b6e50ccba95becef0b682 /include/private/android_filesystem_config.h | |
parent | e3f247c0e55d8bfd7df66532e807e38983c47761 (diff) | |
download | system_core-bb05a92cb11d18e7cbd412d8838bb1d0aef4cbfe.zip system_core-bb05a92cb11d18e7cbd412d8838bb1d0aef4cbfe.tar.gz system_core-bb05a92cb11d18e7cbd412d8838bb1d0aef4cbfe.tar.bz2 |
fix mac sdk build.
For now, remove linux/capability.h . We're haven't started using
capabilities yet, and this file doesn't exist on mac builds.
Change-Id: Id6ec7fdb408bcdfdd538dac65187194c8ee226ff
Diffstat (limited to 'include/private/android_filesystem_config.h')
-rw-r--r-- | include/private/android_filesystem_config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 32ed170..03df585 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -26,7 +26,6 @@ #include <sys/stat.h> #include <sys/types.h> #include <stdint.h> -#include <linux/capability.h> /* This is the master Users and Groups config for the platform. ** DO NOT EVER RENUMBER. |