blob: ea18cbde6fe5ecc85c248b5cd3a71810cd779a62 (
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
27
28
29
30
|
soname_suffix "so"
soname_pattern_base "lib{libname}.so"
shared_lib_symlinks no
<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
prctl
</target_features>
|