Merge "pm path needs to return 0 when it succeeds." into lmp-mr1-dev
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user