Browse Source

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.

iwgeric 10 years ago
parent
commit
18cf803244
1 changed files with 2 additions and 0 deletions
  1. 2 0
      jme3-android/src/com/jme3/gde/android/mobile-targets.xml

+ 2 - 0
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">