Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add android platform support #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add android platform support #2

wants to merge 3 commits into from

Conversation

i25ffz
Copy link

@i25ffz i25ffz commented Oct 21, 2016

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

@erikd
Copy link
Member

erikd commented Oct 21, 2016

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.

@i25ffz
Copy link
Author

i25ffz commented Oct 22, 2016

Seems the porting don't change any files related MSVC project.

@i25ffz
Copy link
Author

i25ffz commented Oct 22, 2016

Porting steps:

  1. Run configure got the config.h header files for android platform;
  2. Add android ndk needed makefile script & jni file.

TODO:

  1. Add android x86 arch support.

@stephengroat
Copy link

if this is integrated, i could also add ndk builds to travis

@i25ffz
Copy link
Author

i25ffz commented Feb 7, 2017

yes, it is integrated for android platform( arm & x86).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants