[Libreoffice-commits] online.git: android/lib

Jan Holesovsky (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 30 15:46:51 UTC 2019


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

New commits:
commit 2ea84e11cb9284c6e5ab8b650fc4e2c95492c3af
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Mon Dec 30 16:43:52 2019 +0100
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Mon Dec 30 16:46:32 2019 +0100

    android: Fix a typo in the 32bit build.
    
    Change-Id: I8a1d68327c48da47d970eccdd586c26467bb495c
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86014
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/android/lib/src/main/cpp/CMakeLists.txt.in b/android/lib/src/main/cpp/CMakeLists.txt.in
index 2d5dc09e1..b76d8fe97 100644
--- a/android/lib/src/main/cpp/CMakeLists.txt.in
+++ b/android/lib/src/main/cpp/CMakeLists.txt.in
@@ -26,7 +26,7 @@ target_compile_definitions(androidapp PRIVATE LOOLWSD_CONFIGDIR="/etc/loolwsd")
 # According to the ABI, we need to use different source trees
 if(${ANDROID_ABI} STREQUAL "armeabi-v7a")
     set(LOBUILDDIR_ABI @LOBUILDDIR@)
-    set(POCOINCLUDE_ABI ${POCOINCLUDE_ABI})
+    set(POCOINCLUDE_ABI @POCOINCLUDE@)
     set(POCOLIB_ABI @POCOLIB@)
 elseif(${ANDROID_ABI} STREQUAL "arm64-v8a")
     set(LOBUILDDIR_ABI @LOBUILDDIR_ARM64_V8A@)


More information about the Libreoffice-commits mailing list