Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/osm0sis/mkbootfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--private/android_filesystem_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/private/android_filesystem_config.h b/private/android_filesystem_config.h
index d3228771..f91b8f96 100644
--- a/private/android_filesystem_config.h
+++ b/private/android_filesystem_config.h
@@ -54,7 +54,7 @@
#include <sys/types.h>
#include <stdint.h>
-#if defined(__ANDROID__)
+#if defined(__BIONIC__)
#include <linux/capability.h>
#else
#include "android_filesystem_capability.h"