commit | c27f7911b1493349180a1dadc7eb20ae3b5a9a1c | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Sun May 07 21:17:35 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sun May 07 21:17:35 2017 +0000 |
tree | 9e8cce2a929edec1580708e451c3c6e598de947c | |
parent | 1bd88bab0d6dfee7640cc6c86ce552cdaf5c7574 [diff] | |
parent | c09d16234f96c1dee64ef424ed313a281ab18013 [diff] |
Merge "Assume bionic has up-to-date linux/capability.h" am: 1445c4b932 am: c09d16234f Change-Id: I5cb6df212014e3c9c07ca80c44c9d084649b66bd
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"