commit | 98b01d30ee621b2f3b9474c56d65c2a47d0c4ea0 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Sun May 07 21:15:06 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sun May 07 21:15:06 2017 +0000 |
tree | 5b372e122e3adf3cd0a2e702dee79af4b32c65c6 | |
parent | 887fc4db5829210e80479c737e62b6bf5cc5df84 [diff] | |
parent | 81f1c3a99cbabfc00a6c863e46cfea51b51f5dab [diff] |
Merge "Assume bionic has up-to-date linux/capability.h" am: 1445c4b932 Change-Id: I01c990451aea493b92689478d6748465f8bd0ac8
diff --git a/libcutils/include/private/android_filesystem_config.h b/libcutils/include/private/android_filesystem_config.h index bbba853..fdead23 100644 --- a/libcutils/include/private/android_filesystem_config.h +++ b/libcutils/include/private/android_filesystem_config.h
@@ -53,7 +53,7 @@ #include <sys/cdefs.h> #include <sys/types.h> -#if defined(__ANDROID__) +#if defined(__BIONIC__) #include <linux/capability.h> #else #include "android_filesystem_capability.h"