Home
last modified time | relevance | path

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

/build/soong/cc/
Dtest.go480 type testLibrary struct { struct
485 func (test *testLibrary) linkerProps() []interface{} { argument
489 func (test *testLibrary) linkerInit(ctx BaseModuleContext) { argument
494 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps { argument
500 func (test *testLibrary) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument
509 test := &testLibrary{
Dandroidmk.go435 func (test *testLibrary) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {