speex
speex copied to clipboard
Add android platform support
The android/ directory contains android ndk-build dependent files: -config.h Configuration options for android arm platform -speex_config_types.h Configuration options for android arm platform -jni Build script for android ndk-build
Just need run cmd: cd android && ndk-build
Seems sensible to me. Travis build is find. Appveyor seems to be complaining about MSVC project files which has nothing to do with this submission.
Seems the porting don't change any files related MSVC project.
Porting steps:
- Run configure got the config.h header files for android platform;
- Add android ndk needed makefile script & jni file.
TODO:
- Add android x86 arch support.
if this is integrated, i could also add ndk builds to travis
yes, it is integrated for android platform( arm & x86).