Home
last modified time | relevance | path

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

/build/soong/cc/
Dtoolchain_library.go37 type toolchainLibraryDecorator struct { struct
38 *libraryDecorator
40 stripper
42 Properties toolchainLibraryProperties
45 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
50 func (library *toolchainLibraryDecorator) linkerProps() []interface{} {
74 func (library *toolchainLibraryDecorator) compile(ctx ModuleContext, flags Flags,
79 func (library *toolchainLibraryDecorator) link(ctx ModuleContext,
108 func (library *toolchainLibraryDecorator) nativeCoverage() bool {