diff options
author | David Carlier <[email protected]> | 2019-03-07 20:17:02 +0000 |
---|---|---|
committer | David Carlier <[email protected]> | 2019-03-07 20:17:02 +0000 |
commit | 1da939d5101ae75c2d2cd942c262212ff8184381 (patch) | |
tree | 967a035d8f8f73d997dfc864c87be9d9c96652b8 /src/build-data/os/android.txt | |
parent | 9252df39094fc06106c340838411b1c753983199 (diff) |
Android can possibly support arc4random API.
Diffstat (limited to 'src/build-data/os/android.txt')
-rw-r--r-- | src/build-data/os/android.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/build-data/os/android.txt b/src/build-data/os/android.txt index 3b0b0c09a..a88b81ec2 100644 --- a/src/build-data/os/android.txt +++ b/src/build-data/os/android.txt @@ -6,6 +6,9 @@ posix1 posix_mlock clock_gettime +# arc4random_buf preferably backed-up by Chacha20 rather +# than RC4. can possibly be disabled by --without-os-feature=arc4random +arc4random dev_random # getauxval is available in Android NDK for min API 18 and in Crystax NDK |