From 47f429464374712e770b8e9b703790faa75dff19 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Fri, 13 Apr 2012 12:19:36 -0700 Subject: Properly exclude some classes in code coverage. Using a custom task to create the filter based on the app packages for the main project and its library projects and the list of class to exclude. Change-Id: Id37862bf53656bd17991b5c307d772ed2019650b --- files/ant/build.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'files') diff --git a/files/ant/build.xml b/files/ant/build.xml index 856a501..db47263 100644 --- a/files/ant/build.xml +++ b/files/ant/build.xml @@ -96,6 +96,10 @@ classname="com.android.ant.ComputeProjectClasspathTask" classpathref="android.antlibs" /> + + @@ -730,13 +734,20 @@ Instrumenting classes from ${out.absolute.dir}/classes... + + + + - + -- cgit v1.1