Allow non-tool dependencies in genrules

am: d1b8d760b5

Change-Id: I98e7a777a1fc2c78aceab81a59ca366d7e505e54
This commit is contained in:
Colin Cross
2017-02-04 23:41:17 +00:00
committed by android-build-merger

View File

@@ -150,8 +150,6 @@ func (g *generator) GenerateAndroidBuildActions(ctx android.ModuleContext) {
} else {
ctx.ModuleErrorf("host tool %q missing output file", ctx.OtherModuleName(module))
}
} else {
ctx.ModuleErrorf("unknown dependency %q", ctx.OtherModuleName(module))
}
})
}