commit | 0d89a3f7d9ecedb0137d29554f89ea1548edeea8 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Sun May 07 21:20:35 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sun May 07 21:20:35 2017 +0000 |
tree | 6af3705e679839b927f2bacaee96e75d69dc827d | |
parent | b1a55896798fa286be99b305a4784ea0bdba6c99 [diff] | |
parent | 432d58a2864684745a1d4867e22515fe786a75b2 [diff] |
Merge "Assume bionic has up-to-date linux/capability.h" am: 1445c4b932 am: c09d16234f am: c27f7911b1 Change-Id: Ib66ee19c79c85fccd9dcf419891f99b751957c23
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"