automerge: 9bd1382
* commit '9bd1382f210732f406e497883dc8f4039f8d33d9':
pm path needs to return 0 when it succeeds.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user