Home
last modified time | relevance | path

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

/build/soong/android/
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 …]
Dmutator.go522 archModuleContext anonMember
561 archModuleContext anonMember
Dbase_module_context.go228 archModuleContext anonMember