aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/android.txt
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-13 17:57:31 -0500
committerJack Lloyd <[email protected]>2017-12-30 14:15:51 -0500
commit092114e11c27de26a53aefa08547cc0bc44717ca (patch)
tree38b26479b272cd6fa60deb2b995f0d116087b331 /src/build-data/os/android.txt
parent2d3cee8b02a1823ef05eedbbd3e435131460635a (diff)
Test OS features by the feature vs the OS name
Diffstat (limited to 'src/build-data/os/android.txt')
-rw-r--r--src/build-data/os/android.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/build-data/os/android.txt b/src/build-data/os/android.txt
index 79031d4f7..b45287b54 100644
--- a/src/build-data/os/android.txt
+++ b/src/build-data/os/android.txt
@@ -1,16 +1,17 @@
-os_type unix
soname_suffix "so"
<target_features>
+posix1
+
+dev_random
clock_gettime
-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.
+# for all min API levels. Use --without-os-feature=getauxval to disable
getauxval
-dlopen
-readdir
+
+sockets
threads
filesystem
</target_features>