Home
last modified time | relevance | path

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

/build/soong/cc/
Dtest.go441 type testLibrary struct { struct
442 testDecorator
443 *libraryDecorator
446 func (test *testLibrary) linkerProps() []interface{} {
450 func (test *testLibrary) linkerInit(ctx BaseModuleContext) {
455 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps {
461 func (test *testLibrary) linkerFlags(ctx ModuleContext, flags Flags) Flags {