mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
LibreOfficeViewer: use ndk r16b
This commit is contained in:
parent
b69838b92e
commit
734da189dd
1 changed files with 2 additions and 2 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in a new issue