Merge "Assume bionic has up-to-date linux/capability.h"
This commit is contained in:
commit
1445c4b932
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue