Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c09d1623 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

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

am: 1445c4b9

Change-Id: I01c990451aea493b92689478d6748465f8bd0ac8
parents a61c3db2 1445c4b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"