summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/build-data/os/android.txt
blob: f8f61f7b422dd152e15e6955f0da6dc6a0c9a3ea (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
25
26
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

atomics
sockets
threads
thread_local
filesystem
</target_features>