am e5cb6a25: am bb845152: Merge "pm path needs to return 0 when it succeeds." into lmp-mr1-dev

* commit 'e5cb6a253afa8faffb85c73779a78c74aead23ae':
  pm path needs to return 0 when it succeeds.
This commit is contained in:
Hui Shu
2015-01-05 22:20:28 +00:00
committed by Android Git Automerger

View File

@@ -1670,8 +1670,8 @@ public final class Pm {
System.out.print("package:");
System.out.println(splitSourceDir);
}
return 0;
}
return 0;
}
} catch (RemoteException e) {
System.err.println(e.toString());