SDK: Add temporary fix to remove android.jar from mobile/libs folder during build.

android.jar is being added to jme3-android.jar during the build.  Build script of jme3-android project needs to be updated to not add android.jar to begin with.
experimental
iwgeric 10 years ago
parent 664dfc037c
commit b095158bc0
  1. 2
      sdk/jme3-android/src/com/jme3/gde/android/mobile-targets.xml

@ -68,6 +68,8 @@
<pathelement path="${libs.jme3-android-native.classpath}"/>
</path>
</copy>
<!-- TODO: need to remove android.jar from jme3-android.jar during build instead of doing this -->
<delete file="mobile/libs/android.jar" failonerror="false"/>
</target>
<target name="-add-bullet-libs" depends="-test-bullet-included" if="bulletIsIncluded">

Loading…
Cancel
Save