diff options
author | Jack Lloyd <[email protected]> | 2018-03-26 17:50:04 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-26 17:50:04 -0400 |
commit | f1c44e92bcc00d814a48876405fcb87bac9f11c0 (patch) | |
tree | 5a71384fcd4d66cc9cb69b713fc08653df2f31d4 /src/build-data/os/android.txt | |
parent | 6747faa63553d80276fd6eb54523ddbc38153eaa (diff) |
Add back posix_mlock flag
We need a distinct flag for this because Haiku is mostly POSIX
but does not support mlock.
Diffstat (limited to 'src/build-data/os/android.txt')
-rw-r--r-- | src/build-data/os/android.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build-data/os/android.txt b/src/build-data/os/android.txt index b45287b54..3b0b0c09a 100644 --- a/src/build-data/os/android.txt +++ b/src/build-data/os/android.txt @@ -3,9 +3,10 @@ soname_suffix "so" <target_features> posix1 +posix_mlock +clock_gettime dev_random -clock_gettime # 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 |