Home
last modified time | relevance | path

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

/build/soong/cc/
Dcc.go1283 type libraryLinker struct { struct
1284 baseLinker
1286 Properties LibraryLinkerProperties
1288 dynamicProperties struct {
1293 exportFlags []string
1297 wholeStaticMissingDeps []string
1300 objFiles common.Paths
1306 func (library *libraryLinker) props() []interface{} {
1311 func (library *libraryLinker) flags(ctx ModuleContext, flags Flags) Flags {
1348 func (library *libraryLinker) deps(ctx BaseModuleContext, deps Deps) Deps {
[all …]