From 5e2edcae922cd71ad4dd48e2763edc7afc0da99d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Mon, 26 Oct 2015 10:13:28 +0100 Subject: [PATCH] android/example: don't add *.a to assets This files shouldn't be copied. They are big, duplicate binaries in fas files and are no use without the gcc compiler on the target system. Also clean assets directory on the clean target and use a symblink `ecl-libdir' to access the libraries directory. --- examples/android/build.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/examples/android/build.xml b/examples/android/build.xml index 09fb3d312..7b05a0203 100644 --- a/examples/android/build.xml +++ b/examples/android/build.xml @@ -86,9 +86,24 @@ In all cases you must update the value of version-tag below to read 'custom' instead of an integer, in order to avoid having your file be overridden by tools such as "android update project" --> + + + + + + - + + + + + + + + + +