Merge "Remove comment about gitignore for BUILD files." am: cb745601b9 am: 82a1a77228

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1655347

Change-Id: Idc42c459e087537ffad10d922cf154596ce46cf4
This commit is contained in:
Jingwen Chen 2021-03-29 10:30:17 +00:00 committed by Automerger Merge Worker
commit 0d3d7e1fa4

View file

@ -18,7 +18,7 @@ var (
// 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.
// 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"
// The file name used for hand-crafted build targets.
HandcraftedBuildFileName = "BUILD.bazel"