Home
last modified time | relevance | path

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

/build/soong/cc/
Dtest.go441 type testLibrary struct { struct
446 func (test *testLibrary) linkerProps() []interface{} { argument
450 func (test *testLibrary) linkerInit(ctx BaseModuleContext) { argument
455 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps { argument
461 func (test *testLibrary) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument
470 test := &testLibrary{
Dandroidmk.go428 func (test *testLibrary) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {