Home
last modified time | relevance | path

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

/build/soong/genrule/
Dgenrule_test.go1055 type testTool struct { struct
1056 android.ModuleBase
1057 outputFile android.Path
1066 func (t *testTool) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1070 func (t *testTool) HostToolPath() android.OptionalPath {
1077 testTool anonMember