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

Commit 58958678 authored by Hui Shu's avatar Hui Shu Committed by android-build-merger
Browse files

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

automerge: 9bd1382f

* commit '9bd1382f':
  pm path needs to return 0 when it succeeds.
parents 62fbd4fe 9bd1382f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1670,8 +1670,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());