diff options
author | Sven Gothel <[email protected]> | 2012-05-04 06:22:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-05-04 06:22:47 +0200 |
commit | b29d98240fdffa323f3da081173606c36881aa21 (patch) | |
tree | b7cb79430204a30b5c71a7c467ef10885967125b | |
parent | d5ba01ab46fd9140632262ee6270429450bf31ca (diff) |
Fix Android JogAmp Launcher: Assets
-rw-r--r-- | make/build.xml | 2 | ||||
-rw-r--r-- | make/resources/assets-launcher/jogamp/launcher/info.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 41a6c82..b01969a 100644 --- a/make/build.xml +++ b/make/build.xml @@ -785,7 +785,7 @@ </jar> <aapt.signed - assetsdir="resources/android/assets-launcher" + assetsdir="resources/assets-launcher" jarbuilddir="${build}" jarbasename="jogamp.android-launcher" nativebuilddir="${build}" diff --git a/make/resources/assets-launcher/jogamp/launcher/info.txt b/make/resources/assets-launcher/jogamp/launcher/info.txt new file mode 100644 index 0000000..558ea80 --- /dev/null +++ b/make/resources/assets-launcher/jogamp/launcher/info.txt @@ -0,0 +1,3 @@ +JogAmp Launcher Asset. + +This file exists for test purposes. |