Home
last modified time | relevance | path

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

/build/soong/cc/
Dtest.go480 type testLibrary struct { struct
481 testDecorator
482 *libraryDecorator
485 func (test *testLibrary) linkerProps() []interface{} {
489 func (test *testLibrary) linkerInit(ctx BaseModuleContext) {
494 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps {
500 func (test *testLibrary) linkerFlags(ctx ModuleContext, flags Flags) Flags {