Skip to content
Snippets Groups Projects
Commit 33873ca2 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

compile.sh: don't hardcode ANDROID_ABI

parent b117a4a2
Branches
No related tags found
No related merge requests found
...@@ -239,7 +239,7 @@ cd ../.. && mkdir -p build-android-${TARGET_TUPLE} && cd build-android-${TARGET_ ...@@ -239,7 +239,7 @@ cd ../.. && mkdir -p build-android-${TARGET_TUPLE} && cd build-android-${TARGET_
if [ $# -eq 1 ] && [ "$1" = "jni" ]; then if [ $# -eq 1 ] && [ "$1" = "jni" ]; then
CLEAN="jniclean" CLEAN="jniclean"
TARGET="sflphone-android/obj/local/armeabi-v7a/libsflphone.so" TARGET="sflphone-android/obj/local/${ANDROID_ABI}/libsflphone.so"
else else
CLEAN="distclean" CLEAN="distclean"
if [ ! -f config.h ]; then if [ ! -f config.h ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment