Merge "Drop IncludeTags" into main

This commit is contained in:
Treehugger Robot
2024-06-06 22:12:38 +00:00
committed by Gerrit Code Review
7 changed files with 0 additions and 17 deletions

View File

@@ -1334,10 +1334,6 @@ func (c *config) SourceRootDirs() []string {
return c.productVariables.SourceRootDirs
}
func (c *config) IncludeTags() []string {
return c.productVariables.IncludeTags
}
func (c *config) HostStaticBinaries() bool {
return Bool(c.productVariables.HostStaticBinaries)
}