Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb845152 authored by Hui Shu's avatar Hui Shu Committed by Android (Google) Code Review
Browse files

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

parents 1d893785 ac315106
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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());