From fda1dc26c21f19c1e2ba63a99c887c95cb0d3f6d Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 27 Nov 2012 12:44:42 +0100 Subject: [PATCH] Use custom rule partial-clean to remove right file named after ant project --- Makefile | 2 +- custom_rules.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c49cf527c..bce3f7e1f 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ update-project: touch default.properties generate-apk: - rm -f bin/Linphone.ap_ #work around to avoid aptbuilder failure + ant partial-clean ant debug install-apk: generate-apk diff --git a/custom_rules.xml b/custom_rules.xml index 386fd595f..5002ce910 100644 --- a/custom_rules.xml +++ b/custom_rules.xml @@ -35,6 +35,10 @@ + + + +