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

Commit 7911c3d6 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 am: 016c1275

am: ea9d9a68

Change-Id: I3982f853f700c9715d9e7410552b6c1872a574f5
parents ffb1c16d ea9d9a68
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("=");
                }