From 27df5c73a2df32ea522e738c731d52d615bdbb6e Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 23 May 2011 11:55:56 +0100 Subject: [PATCH] android: Commit the build.xml file This file is generated by: android update project -p . -t $i but it needs to have the name changed to the application name and thus needs to be checked in. https://bugzilla.gnome.org/show_bug.cgi?id=655792 Reviewed-by: Robert Bragg --- examples/android/hello/.gitignore | 1 - examples/android/hello/build.xml | 84 +++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 examples/android/hello/build.xml diff --git a/examples/android/hello/.gitignore b/examples/android/hello/.gitignore index 65e965be2..7fdabdd44 100644 --- a/examples/android/hello/.gitignore +++ b/examples/android/hello/.gitignore @@ -2,7 +2,6 @@ bin libs obj -build.xml default.properties local.properties proguard.cfg diff --git a/examples/android/hello/build.xml b/examples/android/hello/build.xml new file mode 100644 index 000000000..d69afbc37 --- /dev/null +++ b/examples/android/hello/build.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +