Merge change 26982 into eclair

* changes:
  Add info about location of the coverage report
This commit is contained in:
Android (Google) Code Review
2009-09-25 15:49:48 -04:00

View File

@@ -98,6 +98,7 @@
<delete dir="${instrumentation.absolute.dir}" />
<delete file="coverage.ec" />
<delete file="coverage.em" />
<echo>Saving the report file in ${basedir}/coverage/coverage.html</echo>
</target>
</project>