Remove more bp2build

Bug: 315353489
Test: m blueprint_tests
Change-Id: Ib854fe1a448c258fe086691a6e5ed2d98537f5e4
This commit is contained in:
Colin Cross
2024-01-04 14:47:45 -08:00
parent d3f7d1a44c
commit 3cc3154d33
9 changed files with 2 additions and 2812 deletions

View File

@@ -136,10 +136,6 @@ func init() {
exportedVars.ExportStringList("NeverAllowNoUseIncludeDir", neverallowNoUseIncludeDir)
}
func BazelCcToolchainVars(config Config) string {
return BazelToolchainVars(config, exportedVars)
}
// GlobToListFileRule creates a rule that writes a list of files matching a pattern to a file.
func GlobToListFileRule(ctx ModuleContext, pattern string, excludes []string, file WritablePath) {
bootstrap.GlobFile(ctx.blueprintModuleContext(), pattern, excludes, file.String())