aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/android.txt
blob: 07c980adf56bb06bf43ef0fc5da8429aa0450c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
os_type unix

soname_suffix "so"

<target_features>
clock_gettime
gettimeofday
posix_mlock
gmtime_r
# getauxval is available in Android NDK for min API 18 and in Crystax NDK
# for all min API levels. Comment out if older API levels must be supported.
getauxval
dlopen
readdir
threads
filesystem
</target_features>