I\'m stuck trying to cross-compile libevent to Android and I\'d like to know what I\'m doing wrong and get some assistance.
The version I\'m trying to build is libevent-
Try with below configurations:
ANDROID_SYSROOT=$ANDROID_ROOT/platforms/android-8/arch-arm/ ./configure --host=arm-linux-androideabi CFLAGS=--sysroot=$ANDROID_SYSROOT LDFLAGS=--sysroot=$ANDROID_SYSROOT