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

am: 1445c4b932

Change-Id: I01c990451aea493b92689478d6748465f8bd0ac8
This commit is contained in:
Dan Willemsen 2017-05-07 21:15:06 +00:00 committed by android-build-merger
commit c09d16234f

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"