Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dtest.go483 type testLibrary struct { struct
484 *testDecorator
485 *libraryDecorator
488 func (test *testLibrary) testLibrary() bool { argument
492 func (test *testLibrary) linkerProps() []interface{} {
498 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps {
504 func (test *testLibrary) linkerFlags(ctx ModuleContext, flags Flags) Flags {
510 func (test *testLibrary) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {
519 func (test *testLibrary) installerProps() []interface{} {
H A Dcc.go523 testLibrary() bool methodSpec
1530 func (ctx *moduleContextImpl) testLibrary() bool { func
3571 func (c *Module) testLibrary() bool { func