Home
last modified time | relevance | path

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

/build/soong/cc/
Dtoolchain_library.go34 type toolchainLibraryDecorator struct { struct
35 *libraryDecorator
37 stripper
39 Properties toolchainLibraryProperties
42 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
47 func (library *toolchainLibraryDecorator) linkerProps() []interface{} {
67 func (library *toolchainLibraryDecorator) compile(ctx ModuleContext, flags Flags,
72 func (library *toolchainLibraryDecorator) link(ctx ModuleContext,
93 func (library *toolchainLibraryDecorator) nativeCoverage() bool {