Home
last modified time | relevance | path

Searched refs:pythonLibTag (Results 1 – 2 of 2) sorted by relevance

/build/soong/python/
Dpython.go240 pythonLibTag = dependencyTag{name: "pythonLib"} var
296 ctx.AddDependency(ctx.Module(), pythonLibTag, "libprotobuf-python")
300 ctx.AddDependency(ctx.Module(), pythonLibTag, android.LastUniqueStrings(p.properties.Libs)...)
691 if ctx.OtherModuleDependencyTag(child) != pythonLibTag {
736 if ctx.OtherModuleDependencyTag(child) != pythonLibTag {
Dbinary.go204 …p.AddDepsOnPythonLauncherAndStdlib(ctx, pythonLibTag, launcherTag, launcherSharedLibTag, p.autorun…