Fix glob to catch bzl files in subdirs.

Also set ignore_noop=true for now because this transform was added before any
files that needed it, and it blocked imports.

PiperOrigin-RevId: 766266023
Change-Id: Ibe5e1b3590fd1db64bf61823f8589f3d0c0b2a2e
diff --git a/cc/system_library.bzl b/cc/system_library.bzl
index 89d037a..8365eca 100644
--- a/cc/system_library.bzl
+++ b/cc/system_library.bzl
@@ -268,7 +268,7 @@
         executable = False,
         content =
             """
-load("@bazel_tools//tools/build_defs/cc:cc_import.bzl", "cc_import")
+load("//tools/build_defs/cc:cc_import.bzl", "cc_import")
 cc_import(
     name = "local_includes",
     {static_library}