commit | c09d16234f96c1dee64ef424ed313a281ab18013 | [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 | a61c3db243b05ba8f8049c25fe111a000e66ce9f [diff] | |
parent | 1445c4b9321b288710ca9cbe0b14473dcb4ab8db [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"