Skip to content

Building ADSO on Android

Martin edited this page Mar 3, 2015 · 1 revision

If you build ADSO on Android (at least, if you use the compiled database), use the -fsigned-char option in the compile. The default for a normal Linux x86 build is to treat char as signed char, but the default for Android is to treat char as unsigned char, so you need the override.

Clone this wiki locally