pm path needs to return 0 when it succeeds.

BUG: 18721587
Change-Id: I2136d1933e62a20645517d17c1365d214509de16
This commit is contained in:
Hui Shu
2014-12-12 14:04:36 -08:00
parent da39290460
commit ac3151063e

View File

@@ -1667,8 +1667,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());