aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/android.txt
Commit message (Collapse)AuthorAgeFilesLines
* Refactor CPUID implementation, add ARM supportJack Lloyd2017-01-171-0/+1
| | | | | | Tested for ARM only under qemu-aarch64, need to check hardware before merging. Changes x86 CPUID bitmasks which does break ABI for 2.1, no API implications.
* Update shared object naming for new versioning scheme.Jack Lloyd2017-01-061-3/+1
| | | | | | | | | | | | Cleans up so object naming since most of the time (across Unix) we follow the exact same naming scheme; just make it the default if only the so suffix is specified in the file. Also updates include header dir to be botan-${major} Changes behavior when shared lib not supported; instead of making the user explicitly try again with --disable-shared, just assume it and continue running.
* configure - Better handling of filesystem feature bitJack Lloyd2016-10-121-0/+2
|
* Add soname_patternSimon Warta2015-08-241-0/+4
| | | | Fixes #241
* Add Android OSDaniel Seither2015-07-171-0/+10
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.