Searched refs:Common (Results 1 – 12 of 12) sorted by relevance
91 Common depsProperty `android:"arch_variant"` member130 } else if arch == Common {131 ret = append(ret, p.properties.Multilib.Common.Deps...)143 if ctx.Arch().ArchType == Common {163 if ctx.Arch().ArchType != Common {164 ret = append(ret, Target{Os: ctx.Os(), Arch: Arch{ArchType: Common}})
151 Common = ArchType{ var347 CommonArch = Arch{ArchType: Common}698 targets = filterToArch(targets, primaryArch, Common)699 multiTargets = filterToArch(multiTargets, primaryArch, Common)1221 if arch.ArchType != Common {1417 if arch.ArchType == Common {
527 if amod.Arch().ArchType != Common {532 if amod.Arch().ArchType != Common {539 if amod.Arch().ArchType != Common {
1633 if os.Class == Host && (arch == X86_64 || arch == Common) {
24 Common goals are:
199 if fi.module.Target().Arch.ArchType != android.Common {203 if fi.module.Target().Arch.ArchType != android.Common {209 if fi.module.Target().Arch.ArchType != android.Common {
1 # Common target platforms for Android Platform builds.
282 Common LabelList member445 Common []string member
15 """Common build setting rules
1041 if ctx.Arch().ArchType == android.Common {1072 if ctx.Arch().ArchType == android.Common || ctx.BazelConversionMode() {1075 if ctx.Arch().ArchType != android.Common || ctx.BazelConversionMode() {
423 javaDataVariation := []blueprint.Variation{{"arch", android.Common.String()}}
241 ### Common subsection