diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-01-26 17:23:02 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-03-23 14:18:37 +0100 |
commit | 17e36cd48cbb7a17c7ea0ee48cbf87d30da103ba (patch) | |
tree | 3ad46dc6f717c94de2a441b45f38b12aa50450a2 /Android.mk | |
parent | ab88f22f7888d2df7fc7f632b4c96fb94c903790 (diff) | |
download | strongswan-17e36cd48cbb7a17c7ea0ee48cbf87d30da103ba.tar.bz2 strongswan-17e36cd48cbb7a17c7ea0ee48cbf87d30da103ba.tar.xz |
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.
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index f17289ea0..840cc14cf 100644 --- a/Android.mk +++ b/Android.mk @@ -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 \ |