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

This commit is contained in:
Chun-Wei Wang
2019-10-01 11:10:49 +00:00
committed by Gerrit Code Review

View File

@@ -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("=");
}