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

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

View File

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