Home
last modified time | relevance | path

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

/aosp12/build/soong/apex/
H A Dprebuilt.go342 func (p *prebuiltCommon) apexInfoMutator(mctx android.TopDownMutatorContext) { func
714 p.apexInfoMutator(mctx)
917 a.apexInfoMutator(mctx)
H A Dapex.go68 ctx.TopDown("apex_info", apexInfoMutator).Parallel()
941 func apexInfoMutator(mctx android.TopDownMutatorContext) { func