Home
last modified time | relevance | path

Searched defs:bazelCcLibraryAttributes (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dlibrary.go222 type bazelCcLibraryAttributes struct { struct
224 Srcs bazel.LabelListAttribute
225 Hdrs bazel.LabelListAttribute
226 Deps bazel.LabelListAttribute
227 Dynamic_deps bazel.LabelListAttribute
228 Whole_archive_deps bazel.LabelListAttribute
229 Copts bazel.StringListAttribute
230 Includes bazel.StringListAttribute
231 Linkopts bazel.StringListAttribute
233 Shared_copts bazel.StringListAttribute
[all …]