diff options
author | Daniel Seither <[email protected]> | 2015-07-17 14:26:30 +0200 |
---|---|---|
committer | Daniel Seither <[email protected]> | 2015-07-17 15:31:28 +0200 |
commit | b69c375f2cd6b6a6579cb400f5d4c67593197ff7 (patch) | |
tree | 00466acb9a3d80feb50a4fa9781f41a921d7042a /src/build-data/os/android.txt | |
parent | 66ffb49c743aa45a58011ba8cedc14b5ccac9d25 (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.txt | 10 |
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> |