summaryrefslogtreecommitdiff
path: root/filesystem/filesystem.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-12-10 23:26:07 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-12-10 23:26:07 +0000
commite444cbc815f96559fb0918f9b54f5f40953a2cf2 (patch)
tree9c8e83bfe30995036ec78b283042a4fdfcadac57 /filesystem/filesystem.go
parent9531884acc461fa5db0019d31520ff04be592ee6 (diff)
parentbd20ac15ddecd33832318e2d158a2dcc129a22c1 (diff)
Merge "Reapply "Remove unassigned event log tags feature"" into main
Diffstat (limited to 'filesystem/filesystem.go')
-rw-r--r--filesystem/filesystem.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/filesystem/filesystem.go b/filesystem/filesystem.go
index 81afd02b4..9ad2cc9bc 100644
--- a/filesystem/filesystem.go
+++ b/filesystem/filesystem.go
@@ -882,8 +882,7 @@ func (f *filesystem) buildEventLogtagsFile(ctx android.ModuleContext, builder *a
eventLogtagsPath := etcPath.Join(ctx, "event-log-tags")
builder.Command().Text("mkdir").Flag("-p").Text(etcPath.String())
cmd := builder.Command().BuiltTool("merge-event-log-tags").
- FlagWithArg("-o ", eventLogtagsPath.String()).
- FlagWithInput("-m ", android.MergedLogtagsPath(ctx))
+ FlagWithArg("-o ", eventLogtagsPath.String())
for _, path := range android.SortedKeys(logtagsFilePaths) {
cmd.Text(path)