Merge "Show file path when listing APEXes (1/n)"
This commit is contained in:
@@ -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("=");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user