We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9317773 commit 386b4d2Copy full SHA for 386b4d2
support/sys-xattr.c
@@ -12,7 +12,7 @@
12
#include <config.h>
13
14
//If we're compiling to API level < 16 this won't be available
15
-#if __ANDROID_API__ < 16
+#if defined (HOST_ANDROID) && __ANDROID_API__ < 16
16
#define ANDROID_NO_XATTR
17
#endif
18
0 commit comments