mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
checks if native formats library is built or not
This commit is contained in:
parent
0cc0afd54e
commit
2cd974f49a
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@
|
||||||
<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 dir="jni/LineBreak" includes="**/*.cpp,**/*.c,**/*.h"/>
|
||||||
</uptodate>
|
</uptodate>
|
||||||
|
<!-- Check if libNativeFormats exists and is up to date -->
|
||||||
|
<available file="./libs/armeabi/libNativeFormats-v2.so" />
|
||||||
|
<uptodate property="libNativeFormats-build-is-not-required" targetfile="libs/armeabi/libNativeFormats-v2.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