am 4940ff85: Update to new ddmlib-prebuilt api.

Merge commit '4940ff85d561310d2c122ca6bd7de4d00772b095' into gingerbread-plus-aosp

* commit '4940ff85d561310d2c122ca6bd7de4d00772b095':
  Update to new ddmlib-prebuilt api.
This commit is contained in:
Brett Chabot
2010-09-10 13:03:57 -07:00
committed by Android Git Automerger

View File

@ -576,7 +576,7 @@ public class PackageManagerHostTestUtils extends Assert {
private boolean mAllTestsPassed = true;
private String mTestRunErrorMessage = null;
public void testEnded(TestIdentifier test) {
public void testEnded(TestIdentifier test, Map<String, String> metrics) {
// ignore
}