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

Commit cb745601 authored by Jingwen Chen's avatar Jingwen Chen Committed by Gerrit Code Review
Browse files

Merge "Remove comment about gitignore for BUILD files."

parents a8f6db97 2288f315
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@ var (
	// When both a BUILD and BUILD.bazel file are exist in the same package, the BUILD.bazel file will
	// When both a BUILD and BUILD.bazel file are exist in the same package, the BUILD.bazel file will
	// be preferred for use within a Bazel build.
	// be preferred for use within a Bazel build.


	// The file name used for automatically generated files. Files with this name are ignored by git.
	// The file name used for automatically generated files.
	GeneratedBuildFileName = "BUILD"
	GeneratedBuildFileName = "BUILD"
	// The file name used for hand-crafted build targets.
	// The file name used for hand-crafted build targets.
	HandcraftedBuildFileName = "BUILD.bazel"
	HandcraftedBuildFileName = "BUILD.bazel"