Home
last modified time | relevance | path

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

/aosp12/build/blueprint/bootstrap/
H A Dbootstrap.go365 g.testResultFile = buildGoTest(ctx, testRoot(ctx, g.config), testArchiveFile,
475 testDeps = buildGoTest(ctx, testRoot(ctx, g.config), testArchiveFile,
583 func buildGoTest(ctx blueprint.ModuleContext, testRoot, testPkgArchive, func