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

Commit ea9d9a68 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

Change-Id: I8b39239fe7ff27abaf9a57f5f0a3ded94231048e
parents b77f03f3 016c1275
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("=");
                }