Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Darch_module_context.go35 type archModuleContext struct { struct
38 ready bool
39 os OsType
40 target Target
41 targetPrimary bool
42 multiTargets []Target
43 primaryArch bool
49 func (a *archModuleContext) ArchReady() bool {
53 func (a *archModuleContext) Target() Target {
57 func (a *archModuleContext) TargetPrimary() bool {
[all …]
H A Dmutator.go481 archModuleContext anonMember
520 archModuleContext anonMember
H A Dbase_module_context.go248 archModuleContext anonMember