Merge "Remove comment about gitignore for BUILD files." am: cb745601b9
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1655347 Change-Id: I7d01c3610b529edc484e2b3fe8ef5cfecc87e08d
This commit is contained in:
commit
82a1a77228
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue