android/lib/src/main/cpp/CMakeLists.txt.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a12f6a64daac20bef85ae96989bc14ecd11e09e0
Author:     Jan Holesovsky <[email protected]>
AuthorDate: Mon Jun 29 16:13:19 2020 +0200
Commit:     Jan Holesovsky <[email protected]>
CommitDate: Mon Jun 29 16:17:12 2020 +0200

    android: The location of liblo-native-code.so has changed.
    
    By mistake, the commit 526db8b1bdb6007ad3ab7e69c7c193e164e58892 was a wrong
    version of the patch; update it slightly.
    
    Change-Id: I1c0148a7195a577a14440453688d506b83aa6ab4
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97381
    Tested-by: Jan Holesovsky <[email protected]>
    Reviewed-by: Jan Holesovsky <[email protected]>

diff --git a/android/lib/src/main/cpp/CMakeLists.txt.in 
b/android/lib/src/main/cpp/CMakeLists.txt.in
index 8f4e9fe2a..7b1dc9202 100644
--- a/android/lib/src/main/cpp/CMakeLists.txt.in
+++ b/android/lib/src/main/cpp/CMakeLists.txt.in
@@ -43,7 +43,7 @@ else()
     MESSAGE(FATAL_ERROR "Cannot build for ABI ${ANDROID_ABI}, please add 
support for that.")
 endif()
 
-set(LIBLO_NATIVE_CODE 
${LOBUILDDIR_ABI}/android/source/jniLibs/${ANDROID_ABI}/liblo-native-code.so)
+set(LIBLO_NATIVE_CODE 
${LOBUILDDIR_ABI}/android/jniLibs/${ANDROID_ABI}/liblo-native-code.so)
 
 target_include_directories(androidapp PRIVATE
                            .                     # path to androidapp.h
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to