Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary.go2603 type bazelCcLibrarySharedAttributes struct { struct
2604 staticOrSharedAttributes
2606 Linkopts bazel.StringListAttribute
2607 Link_crt bazel.BoolAttribute // Only for linking shared library (and cc_binary)
2609 Use_libcrt bazel.BoolAttribute
2610 Use_version_lib bazel.BoolAttribute
2612 Rtti bazel.BoolAttribute
2613 Stl *string
2614 Cpp_std *string
2615 C_std *string
[all …]