- use better path property in android build

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8813 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent d4f799d8b2
commit d7f12c76d9
  1. 4
      engine/src/bullet/native/build.xml

@ -258,7 +258,7 @@
<delete dir="build/bullet-android/libs" failonerror="false"/>
<delete dir="build/bullet-android/obj" failonerror="false"/>
<!-- 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 -->
<mkdir dir="build/bullet-android/jni" />
<!-- copy Android.mk and Application.mk files into jni directory -->
@ -292,7 +292,7 @@
</exec>
<!-- 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">
<include name="**/*.*"/>
<include name="**/*.*"/>

Loading…
Cancel
Save