LibreOfficeViewer: use ndk r16b

This commit is contained in:
Marcus Hoffmann 2018-06-22 20:42:44 +02:00
parent b69838b92e
commit 734da189dd
No known key found for this signature in database
GPG key ID: ACDF63BC43D5E530

View file

@ -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?