aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/compat/android.h
Commit message (Collapse)AuthorAgeFilesLines
* android: Enable build against API level 21Tobias Brunner2016-03-231-0/+17
| | | | | | | 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.
* utils: Provide a fallback for sigwaitinfo() if neededTobias Brunner2015-11-131-28/+0
| | | | | Apparently, not available on Mac OS X 10.10 Yosemite. We don't provide this on Windows.
* android: Provide a fallback for sigwaitinfo()Tobias Brunner2015-11-121-1/+29
|
* android: Replace AndroidConfigLocal.h with a header in utils/compatTobias Brunner2015-11-121-0/+31