From 3cc3154d33265d956bb1036d1e9a569cf3eb8d4a Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 4 Jan 2024 14:47:45 -0800 Subject: Remove more bp2build Bug: 315353489 Test: m blueprint_tests Change-Id: Ib854fe1a448c258fe086691a6e5ed2d98537f5e4 --- android/defs.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'android/defs.go') 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()) -- cgit v1.2.3-59-g8ed1b