14 lines
197 B
Plaintext
14 lines
197 B
Plaintext
|
For libsonic dependency:
|
||
|
pushd $ANDROID_BUILD_TOP/external/sonic
|
||
|
mm
|
||
|
popd
|
||
|
|
||
|
To build audio processing library:
|
||
|
pushd ..
|
||
|
Optionally uncomment USE_NEON=false in Android.mk
|
||
|
mm
|
||
|
popd
|
||
|
|
||
|
Then build here:
|
||
|
mm
|