Home
last modified time | relevance | path

Searched defs:prebuiltProcMacroDecorator (Results 1 – 1 of 1) sorted by relevance

/build/soong/rust/
Dprebuilt.go42 type prebuiltProcMacroDecorator struct { struct
43 android.Prebuilt
45 *procMacroDecorator
46 Properties PrebuiltProperties
198 func (prebuilt *prebuiltProcMacroDecorator) prebuiltSrcs() []string {
203 func (prebuilt *prebuiltProcMacroDecorator) prebuilt() *android.Prebuilt {
207 func (prebuilt *prebuiltProcMacroDecorator) compilerProps() []interface{} {
212 …t *prebuiltProcMacroDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput {
220 func (prebuilt *prebuiltProcMacroDecorator) rustdoc(ctx ModuleContext, flags Flags,
226 func (prebuilt *prebuiltProcMacroDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
[all …]