diff options
author | Jack Lloyd <[email protected]> | 2019-07-04 06:19:59 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-07-04 06:30:05 -0400 |
commit | 18406954f201fd9d098b0dd299b006b500a72da0 (patch) | |
tree | c38ab0e2cd834c5f38367f00553a4a3cd735facd /src/build-data/os/android.txt | |
parent | 9541d8f4c053f55edfc6b97fbf6c8e14d434364c (diff) |
Android 28 has getentropy, test this
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 a88b81ec2..0f9d73f85 100644 --- a/src/build-data/os/android.txt +++ b/src/build-data/os/android.txt @@ -15,6 +15,9 @@ dev_random # for all min API levels. Use --without-os-feature=getauxval to disable getauxval +# Added in API 28 +#getentropy + sockets threads filesystem |