Revert "Export NewPrebuiltBuildTool"
Revert submission 2696994-art-check-cfi Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.googleplex.com/builds/quarterdeck?branch=git_main-without-vendor&target=sdk-sdk_mac-next&lkgb=10623159&lkbb=10623764&fkbb=10623764, bug b/294917304 Reverted changes: /q/submissionid:2696994-art-check-cfi Change-Id: Id4adc1266c3f643b8c312f390e708d148a161314
This commit is contained in:
parent
54bfc7aad6
commit
14e0956931
1 changed files with 0 additions and 4 deletions
|
@ -102,10 +102,6 @@ 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