Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dhooks.go72 type loadHookContext struct { struct
73 earlyModuleContext
74 bp blueprint.LoadHookContext
75 module Module
78 func (l *loadHookContext) moduleFactories() map[string]blueprint.ModuleFactory {
82 func (l *loadHookContext) appendPrependHelper(props []interface{},
95 func (l *loadHookContext) AppendProperties(props ...interface{}) {
99 func (l *loadHookContext) PrependProperties(props ...interface{}) {
103 …createModule(factory blueprint.ModuleFactory, name string, props ...interface{}) blueprint.Module {
107 …y(factory blueprint.ModuleFactory, name, moduleDir string, props ...interface{}) blueprint.Module {
[all …]
/aosp_15_r20/build/blueprint/
H A Dmodule_ctx.go1419 type loadHookContext struct { struct
1420 baseModuleContext
1421 newModules []*moduleInfo
1422 scopedModuleFactories *map[string]ModuleFactory