Home
last modified time | relevance | path

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

/build/soong/cc/
Dtest.go555 type testLibrary struct { struct
556 *testDecorator
557 *libraryDecorator
560 func (test *testLibrary) testLibrary() bool { func
564 func (test *testLibrary) linkerProps() []interface{} {
570 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps {
576 func (test *testLibrary) linkerFlags(ctx ModuleContext, flags Flags) Flags {
582 func (test *testLibrary) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {
591 func (test *testLibrary) testSuiteInfo(ctx ModuleContext) {
595 func (test *testLibrary) installerProps() []interface{} {
Dcc.go675 testLibrary() bool methodSpec
1720 func (ctx *moduleContextImpl) testLibrary() bool { func
3995 func (c *Module) testLibrary() bool { func