Allow non-tool dependencies in genrules am: d1b8d760b5
am: 7564cecad8
Change-Id: I8cbfc8b327c7bc274c114588914c3059eb6b1900
This commit is contained in:
@@ -150,8 +150,6 @@ func (g *generator) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
|||||||
} else {
|
} else {
|
||||||
ctx.ModuleErrorf("host tool %q missing output file", ctx.OtherModuleName(module))
|
ctx.ModuleErrorf("host tool %q missing output file", ctx.OtherModuleName(module))
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
ctx.ModuleErrorf("unknown dependency %q", ctx.OtherModuleName(module))
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user