Home
last modified time | relevance | path

Searched refs:PythonLibraryFactory (Results 1 – 4 of 4) sorted by relevance

/build/soong/python/
Dlibrary.go29 ctx.RegisterModuleType("python_library", PythonLibraryFactory)
36 func PythonLibraryFactory() android.Module { func
/build/soong/bp2build/
Dpython_library_conversion_test.go67 testCase.ModuleTypeUnderTestFactory = python.PythonLibraryFactory
85 ctx.RegisterModuleType("python_library", python.PythonLibraryFactory)
Dpython_binary_conversion_test.go14 ctx.RegisterModuleType("python_library", python.PythonLibraryFactory)
Dbuild_conversion_test.go1773 ModuleTypeUnderTestFactory: python.PythonLibraryFactory,
1803 ModuleTypeUnderTestFactory: python.PythonLibraryFactory,