Home
last modified time | relevance | path

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

/build/soong/rust/
Dprebuilt.go44 type prebuiltProcMacroDecorator struct { struct
45 android.Prebuilt
47 *procMacroDecorator
48 Properties PrebuiltProperties
200 func (prebuilt *prebuiltProcMacroDecorator) prebuiltSrcs() []string {
205 func (prebuilt *prebuiltProcMacroDecorator) prebuilt() *android.Prebuilt {
209 func (prebuilt *prebuiltProcMacroDecorator) compilerProps() []interface{} {
214 …t *prebuiltProcMacroDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput {
222 func (prebuilt *prebuiltProcMacroDecorator) rustdoc(ctx ModuleContext, flags Flags,
228 func (prebuilt *prebuiltProcMacroDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
[all …]