Home
last modified time | relevance | path

Searched refs:buildGoPluginLoader (Results 1 – 1 of 1) sorted by relevance

/aosp12/build/blueprint/bootstrap/
H A Dbootstrap.go349 if hasPlugins && !buildGoPluginLoader(ctx, g.properties.PkgPath, pluginSrc) {
461 if hasPlugins && !buildGoPluginLoader(ctx, "main", pluginSrc) {
523 func buildGoPluginLoader(ctx blueprint.ModuleContext, pkgPath, pluginSrc string) bool { func