Opus Android NDK Build Script
Opus Android 依赖库编译脚本 mk libopus.so libopus.a
Tested in opus-1.2.1
1 Download Opus Source Code and unzip it.
ndk-build NDK_APPLICATION_MK=Application.mk NDK_PROJECT_PATH=.
Out put is at ./obj/local
Current build is static library. Change it to shared library by modifying Android.mk
Add ndk-build to your $PATH