summaryrefslogtreecommitdiff
path: root/android/defs.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2024-01-04 14:47:45 -0800
committer Colin Cross <ccross@android.com> 2024-01-05 09:54:09 -0800
commit3cc3154d33265d956bb1036d1e9a569cf3eb8d4a (patch)
tree211a6495af9f6e1f680b5806d75f3ee8c6cdfd3f /android/defs.go
parentd3f7d1a44c2ea75072197b0e610c07216ba92ae2 (diff)
Remove more bp2build
Bug: 315353489 Test: m blueprint_tests Change-Id: Ib854fe1a448c258fe086691a6e5ed2d98537f5e4
Diffstat (limited to 'android/defs.go')
-rw-r--r--android/defs.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/android/defs.go b/android/defs.go
index a9889648b..fe5293640 100644
--- a/android/defs.go
+++ b/android/defs.go
@@ -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())