android: Enable build against API level 21

While building against this level in general would break our app on
older systems, the NDK will automatically use this level for 64-bit
ABI builds (which are not supported in older levels).  So to build
against 64-bit ABIs we have to support this API level.
This commit is contained in:
Tobias Brunner
2016-03-23 14:18:37 +01:00
parent ab88f22f78
commit 17e36cd48c
3 changed files with 17 additions and 2 deletions
-1
View File
@@ -61,7 +61,6 @@ strongswan_CFLAGS := \
-DHAVE_ALLOCA \
-DHAVE_CLOCK_GETTIME \
-DHAVE_DLADDR \
-DHAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC \
-DHAVE_PRCTL \
-DHAVE_LINUX_UDP_H \
-DHAVE_STRUCT_SADB_X_POLICY_SADB_X_POLICY_PRIORITY \