Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dmutator.go71 BottomUp(name string, m BottomUpMutator) MutatorHandle
72 BottomUpBlueprint(name string, m blueprint.BottomUpMutator) MutatorHandle
207 type BottomUpMutator func(BottomUpMutatorContext) type
/aosp_15_r20/build/blueprint/
H A Dmodule_ctx.go1106 type BottomUpMutator func(mctx BottomUpMutatorContext) type