Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dtest.go480 type testLibrary struct { struct
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 {
509 test := &testLibrary{
H A Dandroidmk.go435 func (test *testLibrary) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {