Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Dplugin.go32 module.AddProperties(&module.pluginProperties)
41 pluginProperties PluginProperties member
H A Dbase.go1691 if plugin.pluginProperties.Processor_class != nil {
1692 … addPlugins(&deps, dep.ImplementationAndResourcesJars, *plugin.pluginProperties.Processor_class)
1699 deps.disableTurbine = deps.disableTurbine || Bool(plugin.pluginProperties.Generates_api)
1712 if plugin.pluginProperties.Processor_class != nil {
1713 …j.exportedPluginClasses = append(j.exportedPluginClasses, *plugin.pluginProperties.Processor_class)
1718 j.exportedDisableTurbine = Bool(plugin.pluginProperties.Generates_api)