mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
TessUI: Remove binaries before build
This commit is contained in:
parent
8886673a64
commit
0abf4e4307
1 changed files with 4 additions and 3 deletions
|
|
@ -16,12 +16,13 @@ Repo Type:git
|
||||||
Repo:https://git.gitorious.org/character-recognition/character-recognition.git
|
Repo:https://git.gitorious.org/character-recognition/character-recognition.git
|
||||||
|
|
||||||
Build:0.3.6,12
|
Build:0.3.6,12
|
||||||
disable=missing license, check scanignore
|
|
||||||
commit=c8e9ff5790fc4b5f673ccdf761e4b4a1639ce3cb
|
commit=c8e9ff5790fc4b5f673ccdf761e4b4a1639ce3cb
|
||||||
subdir=TessUI
|
subdir=TessUI
|
||||||
submodules=yes
|
submodules=yes
|
||||||
scanignore=ImageViewer/bin/,tesseract-android-tools
|
scanignore=tesseract-android-tools/obj,tesseract-android-tools/libs,tesseract-android-tools-test/obj
|
||||||
prebuild=pushd ../tesseract-android-tools && \
|
prebuild=rm -fR ../ImageViewer/bin/* && rm -fR tesseract-android-tools-test/obj/* && \
|
||||||
|
pushd ../tesseract-android-tools && \
|
||||||
|
rm -fR obj/* bin/* libs/* tesseract-android-tools-test && \
|
||||||
ndk-build -j8 && \
|
ndk-build -j8 && \
|
||||||
android update project --path . && \
|
android update project --path . && \
|
||||||
ant release && \
|
ant release && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue