From 52778aed9391538287874b1f027994cef15b10d4 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 21 Jan 2018 16:58:32 +0000 Subject: Make BUILD files more finely-grained. This allows us to precisely see which libraries depend on which and lets us split them up more, if necessary. --- testing/BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testing') diff --git a/testing/BUILD b/testing/BUILD index 9504af90..2a5c2896 100644 --- a/testing/BUILD +++ b/testing/BUILD @@ -1,3 +1,5 @@ +load("//tools:no_undefined.bzl", "cc_library") + cc_library( name = "misc_tools", hdrs = [ -- cgit v1.2.3