Adds load statement for @rules_cc

This is in preparation for --incompatible_load_cc_rules_from_bzl

Closes #8744.

PiperOrigin-RevId: 256969979
Change-Id: I4f73790b9204156a5380e97e6bda70e2066d04a7
diff --git a/cc/BUILD b/cc/BUILD
index 1038a03..145d2f9 100644
--- a/cc/BUILD
+++ b/cc/BUILD
@@ -1,4 +1,8 @@
+licenses(["notice"])  # Apache 2.0
+
 alias(
     name = "toolchain_type",
     actual = "@bazel_tools//tools/cpp:toolchain_type",
 )
+
+exports_files(["defs.bzl"])