diff options
author | Sven Gothel <[email protected]> | 2012-04-07 07:45:22 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-07 07:45:22 +0200 |
commit | 5aaf3a5cef6f543b64a6e51b3c8578a044cb58ab (patch) | |
tree | 55fde9a6b237fa56266b7b0ce5d21eb160af7f48 /make/build.xml | |
parent | 9bb8fe7c2baff185a62cf4806cfa34dfad4f7a4c (diff) |
NullGLMediaPlayer: Use low-res PNG instead of TGA texture to save footprint. Move texture to jogl jar/apk for accessibility.
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index 24670fcce..5f85f9a6e 100644 --- a/make/build.xml +++ b/make/build.xml @@ -155,6 +155,7 @@ <target name="android.jogl.package" depends="init,gluegen.cpptasks.detect.os,android.package.jogl.skip.check" if="isAndroid" unless="android.package.jogl.skip"> <aapt.signed + assetsdir="resources/assets" jarsrcdir="${src}/jogl/classes" jarbuilddir="${jar}" jarbasename="jogl.all-android" |