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

Commit 0ee1b6f2 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

am: 7911c3d6

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