From e6714909898d7e5fe6b35b6d109e584e6c5858b0 Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 12 Mar 2020 12:20:54 +0000 Subject: Use rules_cc instead of native cc_library rules. --- auto_tests/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auto_tests') diff --git a/auto_tests/BUILD.bazel b/auto_tests/BUILD.bazel index 5a1ae10e..9cb689cb 100644 --- a/auto_tests/BUILD.bazel +++ b/auto_tests/BUILD.bazel @@ -1,3 +1,5 @@ +load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test") + cc_library( name = "check_compat", testonly = True, -- cgit v1.2.3