aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
Commit message (Collapse)AuthorAge
* Update honggfuzz, fix compilation errors with gccGravatar Jeff McGlynn2019-01-23
| | | | | * Compile with -std=c11 * Update to honggfuzz-1.7.
* Update to build with the latest version of bazelGravatar Jeff McGlynn2019-01-23
| | | | | | | | | * http_archive and git_repository are now skylark rules, update to use them. * new_http_archive has been merged with http_archive, and takes a label for build_file instead of a path. Add an empty third_party/BUILD file so that we can reference the label. * Rename tools/bazel.rc to .bazelrc
* Remove third_party/googletest and reference git repo insteadGravatar Jeff McGlynn2018-07-26
| | | | | | | Use a Bazel git_repository rule to reference the git repository instead of bundling the source. Change-Id: I32a0970178cb87fbf0e381db2e2d51fcccab542f
* Set up build system and add dependencies to WORKSPACEGravatar Jeff McGlynn2018-06-18