You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<targetname="dist-android"depends="prepare-dist"description="Build a Sound library zip for Android mode">
141
+
<zipdestfile="../sound-android.zip">
142
+
<zipfilesetdir="."prefix="sound">
143
+
<patternsetrefid="dist.files" />
144
+
<!-- don't add any native library directories, see https://github.com/processing/processing-android/issues/738 -->
145
+
<excludename="${lib}/*-*/*" />
146
+
<!-- also drop unnecessary jars to avoid duplicate class errors -->
147
+
<excludename="${lib}/*spi*" />
148
+
<excludename="${lib}/jportaudio.jar" />
149
+
</zipfileset>
150
+
</zip>
151
+
</target>
152
+
140
153
<targetname="dist-slim"depends="prepare-dist"description="Build a reduced size Sound library zip (omitting javadoc documentation and examples with audio files)">
0 commit comments