Home | History | Annotate | Download | only in python

Lines Matching refs:py2

93 		Py2 VersionProperties `android:"arch_variant"`
213 pyVersion2 = "PY2"
228 if base.properties.Version.Py2.Enabled != nil &&
229 *(base.properties.Version.Py2.Enabled) == true {
256 return proptools.Bool(p.properties.Version.Py2.Embedded_launcher)
273 // deps from "version.py2.srcs" property.
274 android.ExtractSourcesDeps(ctx, p.properties.Version.Py2.Srcs)
275 android.ExtractSourcesDeps(ctx, p.properties.Version.Py2.Exclude_srcs)
278 uniqueLibs(ctx, p.properties.Libs, "version.py2.libs",
279 p.properties.Version.Py2.Libs)...)
282 ctx.AddVariationDependencies(nil, pythonLibTag, "py2-stdlib")
285 }, launcherTag, "py2-launcher")
363 srcs = append(srcs, p.properties.Version.Py2.Srcs...)
364 exclude_srcs = append(exclude_srcs, p.properties.Version.Py2.Exclude_srcs...)