From 5ccf29f69767452b3263543fd40e784badc54696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Sun, 25 Oct 2015 21:22:05 +0100 Subject: [PATCH] android/example: add the build.xml file `-post-compile' target is customized to copy necessary files to the assets directory from the installed ecl-android/ directory. --- examples/android/build.xml | 97 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 examples/android/build.xml diff --git a/examples/android/build.xml b/examples/android/build.xml new file mode 100644 index 000000000..09fb3d312 --- /dev/null +++ b/examples/android/build.xml @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +