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

Commit 016c1275 authored by Chun-Wei Wang's avatar Chun-Wei Wang Committed by android-build-merger
Browse files

Merge "Show file path when listing APEXes (1/n)"

am: e8990235

Change-Id: I1fbd43b1eec4d1af2ed279e30e18655ed61db780
parents 7dfbd004 e8990235
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -756,7 +756,7 @@ class PackageManagerShellCommand extends ShellCommand {
                    (!listThirdParty || !isSystem) &&
                    (!listApexOnly || isApex)) {
                pw.print("package:");
                if (showSourceDir && !isApex) {
                if (showSourceDir) {
                    pw.print(info.applicationInfo.sourceDir);
                    pw.print("=");
                }