Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8356ed8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "[cleanup] remove unused variable."

parents 56fd1539 a43630f0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -316,9 +316,6 @@ var (
		"device/",
		"vendor/",
	}

	// Directories with warnings from Android.mk files.
	WarningAllowedOldProjects = []string{}
)

// BazelCcToolchainVars generates bzl file content containing variables for
+0 −1
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@ func makeStringOfKeys(ctx android.MakeVarsContext, key android.OnceKey) string {

func makeStringOfWarningAllowedProjects() string {
	allProjects := append([]string{}, config.WarningAllowedProjects...)
	allProjects = append(allProjects, config.WarningAllowedOldProjects...)
	sort.Strings(allProjects)
	// Makefile rules use pattern "path/%" to match module paths.
	if len(allProjects) > 0 {