- use better path property in android build
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8813 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
d4f799d8b2
commit
d7f12c76d9
@ -258,7 +258,7 @@
|
|||||||
<delete dir="build/bullet-android/libs" failonerror="false"/>
|
<delete dir="build/bullet-android/libs" failonerror="false"/>
|
||||||
<delete dir="build/bullet-android/obj" failonerror="false"/>
|
<delete dir="build/bullet-android/obj" failonerror="false"/>
|
||||||
<!-- create the android subdirectory in jarcontent for the libbulletjme.so shared library -->
|
<!-- create the android subdirectory in jarcontent for the libbulletjme.so shared library -->
|
||||||
<mkdir dir="${bullet.output.dir}/../../android"/>
|
<mkdir dir="${bullet.output.base}/android"/>
|
||||||
<!-- create the jni subdirectory -->
|
<!-- create the jni subdirectory -->
|
||||||
<mkdir dir="build/bullet-android/jni" />
|
<mkdir dir="build/bullet-android/jni" />
|
||||||
<!-- copy Android.mk and Application.mk files into jni directory -->
|
<!-- copy Android.mk and Application.mk files into jni directory -->
|
||||||
@ -292,7 +292,7 @@
|
|||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<!-- copy resulting library directories to jarcontent directory -->
|
<!-- copy resulting library directories to jarcontent directory -->
|
||||||
<copy todir="${bullet.output.dir}/../../android" verbose="true" flatten="false">
|
<copy todir="${bullet.output.base}/android" verbose="true" flatten="false">
|
||||||
<fileset dir="build/bullet-android/libs">
|
<fileset dir="build/bullet-android/libs">
|
||||||
<include name="**/*.*"/>
|
<include name="**/*.*"/>
|
||||||
<include name="**/*.*"/>
|
<include name="**/*.*"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user