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

Commit 3d6d31f4 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 am:...

Merge "Assume bionic has up-to-date linux/capability.h" am: 1445c4b9 am: c09d1623 am: c27f7911
am: 8e5c7bf6

Change-Id: Id6d8569019d9a34510507a777352847bc1c30dc0
parents d1e25197 8e5c7bf6
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"