Sort canned fs_config lines to facilitate comparison with Bazel-built APEXes
Bug: 237037156 Test: mixed builds regression testing Change-Id: Ifc9a7b4231c947fe85e77c56ffeb30a2d53df6c4
This commit is contained in:
parent
b83b7b024e
commit
d6322939f7
1 changed files with 1 additions and 1 deletions
|
@ -1133,7 +1133,7 @@ func (a *apexBundle) buildCannedFsConfig(ctx android.ModuleContext) android.Outp
|
|||
if a.properties.Canned_fs_config != nil {
|
||||
cmd.Text("cat").Input(android.PathForModuleSrc(ctx, *a.properties.Canned_fs_config))
|
||||
}
|
||||
cmd.Text(")").FlagWithOutput("> ", cannedFsConfig)
|
||||
cmd.Text(") | LC_ALL=C sort ").FlagWithOutput("> ", cannedFsConfig)
|
||||
builder.Build("generateFsConfig", fmt.Sprintf("Generating canned fs config for %s", a.BaseModuleName()))
|
||||
|
||||
return cannedFsConfig.OutputPath
|
||||
|
|
Loading…
Reference in a new issue