Revert^2 "Export NewPrebuiltBuildTool"
Reason for revert: This is safe to land on its own (without topic) Change-Id: I8649878d042a46582260033a14768391ccc13960
This commit is contained in:
parent
14e0956931
commit
5d52dce822
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ var _ HostToolProvider = &prebuiltBuildTool{}
|
|||
// prebuilt_build_tool is to declare prebuilts to be used during the build, particularly for use
|
||||
// in genrules with the "tools" property.
|
||||
func prebuiltBuildToolFactory() Module {
|
||||
return NewPrebuiltBuildTool()
|
||||
}
|
||||
|
||||
func NewPrebuiltBuildTool() Module {
|
||||
module := &prebuiltBuildTool{}
|
||||
module.AddProperties(&module.properties)
|
||||
InitSingleSourcePrebuiltModule(module, &module.properties, "Src")
|
||||
|
|
Loading…
Reference in a new issue