diff options
author | Jack Lloyd <[email protected]> | 2017-08-27 06:24:40 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-27 06:24:40 -0400 |
commit | e05df9a73a69ffb0849205d6c80cc20954a1d797 (patch) | |
tree | 9e74ef1ba59e24fe42cf81fafef1cee297ed3c85 | |
parent | 41e1e7cbc1e4e864ad5d15dd0c09227b04940a91 (diff) | |
parent | f3729b78601f7de2cba3cacfc555dc8ced865518 (diff) |
Merge GH #1161 Add comment re Android compat [ci skip]
-rw-r--r-- | src/build-data/os/android.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build-data/os/android.txt b/src/build-data/os/android.txt index db06bab1d..07c980adf 100644 --- a/src/build-data/os/android.txt +++ b/src/build-data/os/android.txt @@ -7,6 +7,8 @@ clock_gettime gettimeofday 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. getauxval dlopen readdir |