mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 01:39:18 +02:00
Update build.xml
This commit is contained in:
parent
e83aec9f94
commit
fe4dbfce83
1 changed files with 1 additions and 7 deletions
|
@ -43,13 +43,7 @@
|
||||||
<!-- Check if libLineBreak exists and is up to date -->
|
<!-- Check if libLineBreak exists and is up to date -->
|
||||||
<available file="./libs/armeabi/libLineBreak-v2.so" />
|
<available file="./libs/armeabi/libLineBreak-v2.so" />
|
||||||
<uptodate property="libLineBreak-build-is-not-required" targetfile="libs/armeabi/libLineBreak-v2.so">
|
<uptodate property="libLineBreak-build-is-not-required" targetfile="libs/armeabi/libLineBreak-v2.so">
|
||||||
<srcfiles dir="jni/LineBreak" includes="**/*.cpp,**/*.c,**/*.h"/>
|
<srcfiles d
|
||||||
</uptodate>
|
|
||||||
<!-- Check if libNativeFormats exists and is up to date -->
|
|
||||||
<available file="./libs/armeabi/libNativeFormats-v4.so" />
|
|
||||||
<uptodate property="libNativeFormats-build-is-not-required" targetfile="libs/armeabi/libNativeFormats-v4.so">
|
|
||||||
<srcfiles dir="jni/NativeFormats" includes="**/*.cpp,**/*.c,**/*.h"/>
|
|
||||||
</uptodate>
|
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<echo message="DONE (Checking if native libraries are up-to-date)"/>
|
<echo message="DONE (Checking if native libraries are up-to-date)"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue