Skip to content
Snippets Groups Projects
Commit 1b538790 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build: link libarchive before Nettle

libarchive depends on Nettle

Change-Id: Id2e5e0a9e53c962ab82b998d9512f1cb97b73fc6
parent ff7d8b37
No related branches found
No related tags found
No related merge requests found
...@@ -203,6 +203,7 @@ STATIC_LIBS_ALL="-llog -lOpenSLES -landroid \ ...@@ -203,6 +203,7 @@ STATIC_LIBS_ALL="-llog -lOpenSLES -landroid \
-lpjlib-util-${PJ_TARGET_TUPLE} \ -lpjlib-util-${PJ_TARGET_TUPLE} \
-lpj-${PJ_TARGET_TUPLE} \ -lpj-${PJ_TARGET_TUPLE} \
-lupnp -lixml \ -lupnp -lixml \
-larchive \
-lsecp256k1 \ -lsecp256k1 \
-lgnutls -lhogweed -lnettle -lgmp \ -lgnutls -lhogweed -lnettle -lgmp \
-lssl -lcrypto \ -lssl -lcrypto \
...@@ -211,8 +212,7 @@ STATIC_LIBS_ALL="-llog -lOpenSLES -landroid \ ...@@ -211,8 +212,7 @@ STATIC_LIBS_ALL="-llog -lOpenSLES -landroid \
-luuid -lz -ldl \ -luuid -lz -ldl \
-lvpx -lopus -lspeex -lspeexdsp -lx264 \ -lvpx -lopus -lspeex -lspeexdsp -lx264 \
-largon2 \ -largon2 \
-liconv \ -liconv"
-larchive"
LIBRING_JNI_DIR=${ANDROID_APP_DIR}/app/src/main/libs/${ANDROID_ABI} LIBRING_JNI_DIR=${ANDROID_APP_DIR}/app/src/main/libs/${ANDROID_ABI}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment