Merge "<apexname>-installed-file.txt shows symlinks" am: 22f3ce1ea7
am: 77baed21ee
Change-Id: I452ec82f9dfc12280b84f2571197e78e7db9095d
This commit is contained in:
commit
f08f2f1b11
|
@ -239,7 +239,7 @@ func (a *apexBundle) buildInstalledFilesFile(ctx android.ModuleContext, builtApe
|
||||||
rule.Command().
|
rule.Command().
|
||||||
Implicit(builtApex).
|
Implicit(builtApex).
|
||||||
Text("(cd " + imageDir.String() + " ; ").
|
Text("(cd " + imageDir.String() + " ; ").
|
||||||
Text("find . -type f -printf \"%s %p\\n\") ").
|
Text("find . \\( -type f -o -type l \\) -printf \"%s %p\\n\") ").
|
||||||
Text(" | sort -nr > ").
|
Text(" | sort -nr > ").
|
||||||
Output(output)
|
Output(output)
|
||||||
rule.Build(pctx, ctx, "installed-files."+a.Name(), "Installed files")
|
rule.Build(pctx, ctx, "installed-files."+a.Name(), "Installed files")
|
||||||
|
|
Loading…
Reference in New Issue