From 190e8ccc19ab0d6b8a93c2b58fc86e528e10d003 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 27 Mar 2012 05:52:37 +0200 Subject: Generate and add *.apk files to the 7z archive [for deployment] --- make/build.xml | 47 +++++++++++++++------ make/resources/android/AndroidManifest-joal.xml | 16 +++++++ .../android/res-joal/drawable-hdpi/icon.png | Bin 0 -> 2516 bytes .../android/res-joal/drawable-ldpi/icon.png | Bin 0 -> 1172 bytes .../android/res-joal/drawable-mdpi/icon.png | Bin 0 -> 1570 bytes make/resources/android/res-joal/layout/main.xml | 12 ++++++ make/resources/android/res-joal/values/strings.xml | 8 ++++ 7 files changed, 70 insertions(+), 13 deletions(-) create mode 100644 make/resources/android/AndroidManifest-joal.xml create mode 100644 make/resources/android/res-joal/drawable-hdpi/icon.png create mode 100644 make/resources/android/res-joal/drawable-ldpi/icon.png create mode 100644 make/resources/android/res-joal/drawable-mdpi/icon.png create mode 100644 make/resources/android/res-joal/layout/main.xml create mode 100644 make/resources/android/res-joal/values/strings.xml diff --git a/make/build.xml b/make/build.xml index 9cac7f5..eecce3d 100755 --- a/make/build.xml +++ b/make/build.xml @@ -31,13 +31,6 @@ --> - - - - - - - @@ -50,6 +43,12 @@ + + + + + + @@ -67,10 +66,13 @@ + + + @@ -161,6 +163,7 @@ + @@ -397,7 +400,7 @@ - + + + + @@ -538,6 +555,7 @@ + @@ -578,14 +596,17 @@ - + - - - + + + + + + @@ -601,7 +622,7 @@ - unit tests --> - + diff --git a/make/resources/android/AndroidManifest-joal.xml b/make/resources/android/AndroidManifest-joal.xml new file mode 100644 index 0000000..a83eeec --- /dev/null +++ b/make/resources/android/AndroidManifest-joal.xml @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/make/resources/android/res-joal/drawable-hdpi/icon.png b/make/resources/android/res-joal/drawable-hdpi/icon.png new file mode 100644 index 0000000..2148232 Binary files /dev/null and b/make/resources/android/res-joal/drawable-hdpi/icon.png differ diff --git a/make/resources/android/res-joal/drawable-ldpi/icon.png b/make/resources/android/res-joal/drawable-ldpi/icon.png new file mode 100644 index 0000000..c16211f Binary files /dev/null and b/make/resources/android/res-joal/drawable-ldpi/icon.png differ diff --git a/make/resources/android/res-joal/drawable-mdpi/icon.png b/make/resources/android/res-joal/drawable-mdpi/icon.png new file mode 100644 index 0000000..1c26e3f Binary files /dev/null and b/make/resources/android/res-joal/drawable-mdpi/icon.png differ diff --git a/make/resources/android/res-joal/layout/main.xml b/make/resources/android/res-joal/layout/main.xml new file mode 100644 index 0000000..3a5f117 --- /dev/null +++ b/make/resources/android/res-joal/layout/main.xml @@ -0,0 +1,12 @@ + + + + diff --git a/make/resources/android/res-joal/values/strings.xml b/make/resources/android/res-joal/values/strings.xml new file mode 100644 index 0000000..8ff1a1d --- /dev/null +++ b/make/resources/android/res-joal/values/strings.xml @@ -0,0 +1,8 @@ + + + Joal Library + JogAmp\'s Joal Library + Contains Dalvik and native code, supporting native bindings. + Joal + The Joal Library. + -- cgit v1.2.3