Home
last modified time | relevance | path

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

/build/soong/cc/
Dtest.go319 type testLibrary struct { struct
320 testDecorator
321 *libraryDecorator
324 func (test *testLibrary) linkerProps() []interface{} {
328 func (test *testLibrary) linkerInit(ctx BaseModuleContext) {
333 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps {
339 func (test *testLibrary) linkerFlags(ctx ModuleContext, flags Flags) Flags {