mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Document Viewer: Fix build
This commit is contained in:
parent
675e6ef7a4
commit
0817ad7f1c
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ Build:2.6,2600
|
||||||
gradle=yes
|
gradle=yes
|
||||||
buildjni=yes
|
buildjni=yes
|
||||||
submodules=yes
|
submodules=yes
|
||||||
|
scandelete=document-viewer/jni/mupdf/mupdf/build/debug/
|
||||||
prebuild=pushd jni/mupdf/mupdf && ANDROID_NDK=$$NDK$$ make generate && \
|
prebuild=pushd jni/mupdf/mupdf && ANDROID_NDK=$$NDK$$ make generate && \
|
||||||
patch -p1 < ../overrides/fonts.patch && \
|
patch -p1 < ../overrides/fonts.patch && \
|
||||||
patch -p1 < ../overrides/nightmode_slowcmyk.patch
|
patch -p1 < ../overrides/nightmode_slowcmyk.patch
|
||||||
|
|
@ -60,6 +61,7 @@ Build:2.6,2601
|
||||||
gradle=yes
|
gradle=yes
|
||||||
buildjni=yes
|
buildjni=yes
|
||||||
submodules=yes
|
submodules=yes
|
||||||
|
scandelete=document-viewer/jni/mupdf/mupdf/build/debug/
|
||||||
prebuild=ANDROID_NDK=$$NDK$$ ./init.sh
|
prebuild=ANDROID_NDK=$$NDK$$ ./init.sh
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue