From 734da189ddcebd6c48cf48f3d5c72eb7934b1a7f Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Fri, 22 Jun 2018 20:42:44 +0200 Subject: [PATCH] LibreOfficeViewer: use ndk r16b --- metadata/org.documentfoundation.libreoffice.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/org.documentfoundation.libreoffice.txt b/metadata/org.documentfoundation.libreoffice.txt index 7d500a9500..d5fc6bb796 100644 --- a/metadata/org.documentfoundation.libreoffice.txt +++ b/metadata/org.documentfoundation.libreoffice.txt @@ -196,7 +196,7 @@ Build:6.1.0.0.alpha0+/484d0ea842da,14 ln -s ../android/source/$$LOTarballs$$ external/tarballs && \ make && \ popd - ndk=r16 + ndk=r16b Build:6.1.0.0.alpha0+/484d0ea842da,15 commit=484d0ea842da586a4cf51b6d11683b04f234474c @@ -237,7 +237,7 @@ Build:6.1.0.0.alpha0+/484d0ea842da,15 ln -s ../android/source/$$LOTarballs$$ external/tarballs && \ make && \ popd - ndk=r16 + ndk=r16b Maintainer Notes: To fix crashes on Tegra2 device, we might need to `sed -i -e 's/mfpu=neon/mfpu=vfpv3-d16/g' configure.ac`, but this might have consequences for other devices. Since we use our own versioncodes, maybe have a third flavor?