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

automerge: 9bd1382

* commit '9bd1382f210732f406e497883dc8f4039f8d33d9':
  pm path needs to return 0 when it succeeds.
This commit is contained in:
Hui Shu
2015-01-05 22:21:51 +00:00
committed by android-build-merger

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());