android/build.py: support NDK r16

This commit is contained in:
Max Kellermann
2017-12-12 09:43:48 +01:00
parent 7586a8ab2c
commit d9552d8a6d
2 changed files with 13 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
#include "EPollFD.hxx"
#include "FatalError.hxx"
#ifdef __BIONIC__
#if defined(__BIONIC__) && __ANDROID_API__ < 21
#include <sys/syscall.h>
#include <fcntl.h>