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.
This commit is contained in:
iwgeric 2015-04-02 13:16:03 -04:00
parent 664dfc037c
commit b095158bc0

View File

@ -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">