Lines Matching refs:static
23 # attributes for the static target
35 static = static_name,
39 # The static version of the library.
52 # The static library at the root of the shared library.
53 # This may be distinct from the static library if, for example,
54 # the static-variant srcs are different than the shared-variant srcs.
69 # declare all transitive static deps used by this target. It'd be great
70 # if a shared library could declare a transitive exported static dep
79 static_files = ctx.attr.static[DefaultInfo].files.to_list()
86 ctx.attr.static[CcInfo],
97 "static": attr.label(mandatory = True, providers = [CcInfo]),