Skip to content
Snippets Groups Projects
Commit 2c7fa465 authored by Alexandre Lision's avatar Alexandre Lision
Browse files

jenkins: Modified build script

parent 1a6289bb
No related branches found
No related tags found
No related merge requests found
......@@ -108,19 +108,24 @@ launch_emulator() {
build_sflphone_android() {
# android update project --target $VIRTUAL_DEVICE_ID --path $ANDROID_PROJECT_PATH
echo "Compile pjandroid stack"
pushd jni/pjproject-android/android
pushd jni/pjproject-android/
./configure-android --disable-sound --disable-oss --disable-video --enable-ext-sound --disable-speex-aec --disable-g711-codec --disable-l16-codec --disable-gsm-codec --disable-g722-codec --disable-g7221-codec --disable-speex-codec --disable-ilbc-codec --disable-sdl --disable-ffmpeg --disable-v4l
make dep && make
popd
./make-swig.sh
./make-glue.sh
# build daemon
pushd jni/sflphone/daemon
./autogen.sh
./configure-android
popd
cd jni/
echo "Build JNI related libraries"
# ndk-build clean
$ANDROID_NDK/ndk-build
cd ..
echo "Build Java application"
ant update project -p .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment