Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/genrule/
H A Dgenrule_test.go1263 type testTool struct { struct
1264 android.ModuleBase
1265 outputFile android.Path
1274 func (t *testTool) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1278 func (t *testTool) HostToolPath() android.OptionalPath {
1285 testTool anonMember