Merge "Assume bionic has up-to-date linux/capability.h"

This commit is contained in:
Treehugger Robot 2017-05-07 21:08:55 +00:00 committed by Gerrit Code Review
commit 1445c4b932
1 changed files with 1 additions and 1 deletions

View File

@ -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"