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

jenkins: Modify build command.

We now build pjsip from our own android makefiles, we can generate an apk
compatible simultaneously with arm and x86.

Refs #40953
parent 4c16ded8
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ build_sflphone_android() {
cd jni/
echo "----------------- Build JNI related libraries"
# ndk-build clean
$ANDROID_NDK/ndk-build APP_ABI=x86
$ANDROID_NDK/ndk-build -j4
cd ..
echo "----------------- Build Java application"
......
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