aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/android.txt
blob: 0f9d73f854e5272299546cc77a164e135120ca04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

soname_suffix "so"

<target_features>
posix1
posix_mlock
clock_gettime

# arc4random_buf preferably backed-up by Chacha20 rather
# than RC4. can possibly be disabled by --without-os-feature=arc4random
arc4random
dev_random

# getauxval is available in Android NDK for min API 18 and in Crystax NDK
# for all min API levels. Use --without-os-feature=getauxval to disable
getauxval

# Added in API 28
#getentropy

sockets
threads
filesystem
</target_features>