On Sun, Sep 22, 2013 at 11:45 PM, Simon Josefsson <[email protected]> wrote:
> Hi.  I'll update gnulib before the next oath-toolkit release.  Do you
> have any information on how to build oath-toolkit for Android?

I'm building liboath and libstoken into libopenconnect statically, for
one-time-password support.  My needs are pretty basic and I haven't
tested other usage modes.

With NDK r9 extracted under /opt/android-ndk, try:

git clone -b master git://github.com/cernekee/openconnect
make -C openconnect/android NDK=/opt/android-ndk GCCVER=4.8 oath

Output files are installed under
openconnect/android/sysroot-arm-linux-androideabi/

This does not use Android.mk.

Reply via email to