Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/mk2rbc/
H A Dnode.go69 type inheritedStaticModule struct { struct
74 func (im inheritedStaticModule) emitSelect(_ *generationContext) { argument
77 func (im inheritedStaticModule) pathExpr() starlarkExpr { argument
81 func (im inheritedStaticModule) needsLoadCheck() bool { argument
H A Dmk2rbc.go834 result = append(result, processModule(inheritedStaticModule{mi, loadAlways}))
842 return []starlarkNode{processModule(inheritedStaticModule{mi, loadAlways})}