aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/android.txt
diff options
context:
space:
mode:
authorDaniel Seither <[email protected]>2015-07-17 14:26:30 +0200
committerDaniel Seither <[email protected]>2015-07-17 15:31:28 +0200
commitb69c375f2cd6b6a6579cb400f5d4c67593197ff7 (patch)
tree00466acb9a3d80feb50a4fa9781f41a921d7042a /src/build-data/os/android.txt
parent66ffb49c743aa45a58011ba8cedc14b5ccac9d25 (diff)
Add Android OS
The android.txt is a copy of linux.txt minus the getsid feature (Android's libc, Bionic, doesn't support it) and the alias linux-gnu. It is supported anywhere where linux is supported.
Diffstat (limited to 'src/build-data/os/android.txt')
-rw-r--r--src/build-data/os/android.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/build-data/os/android.txt b/src/build-data/os/android.txt
new file mode 100644
index 000000000..5df133c8e
--- /dev/null
+++ b/src/build-data/os/android.txt
@@ -0,0 +1,10 @@
+os_type unix
+
+<target_features>
+clock_gettime
+gettimeofday
+posix_mlock
+gmtime_r
+dlopen
+readdir
+</target_features>