aboutsummaryrefslogtreecommitdiff
path: root/bp2build/constants.go
Commit message (Collapse)AuthorAgeFilesLines
* Have bp2build generate BUILD.bazel instead of generating BUILD.Rupert Shuttleworth2021-05-181-1/+4
| | | | | Test: TH Change-Id: I465d29da96dd77c432890a38a56203e291b8ceed
* Remove comment about gitignore for BUILD files.Jingwen Chen2021-03-291-1/+1
| | | | | Change-Id: Ic1c795d9d961b309d269b1bc4bccb7522f288e9b Rationale: we haven't modified any gitignore file. lberki has a new proposal to steer this in a new direction, so let's reflect the comment to the current reality.
* Use handcrafted build targets in bp2buildLiz Kammer2021-03-151-0/+25
If both bp2build_available and label are specified, label will be preferred. Initially, we copy the entire BUILD.bazel file. Eventually we may move this to use bazel query for a more accurate result. Test: go test * Test: build/bazel/scripts/milestone-2/demo.sh full Test: GENERATE_BAZEL_FILES=true m nothing edit bionic/libc/tools/BUILD.bazel GENERATE_BAZEL_FILES=true m nothing and verify changes picked up Bug: 180516554 Change-Id: I43025583300e6b10d2c18032cd4a76237b578d59