MCPcopy Index your code
hub / github.com/kivy/python-for-android / install_stl_lib

Method install_stl_lib

pythonforandroid/recipe.py:172–176  ·  view source on GitHub ↗
(self, arch)

Source from the content-addressed store, hash-verified

170 )
171
172 def install_stl_lib(self, arch):
173 if not self.ctx.has_lib(
174 arch.arch, 'lib{name}.so'.format(name=self.stl_lib_name)
175 ):
176 self.install_libs(arch, self.get_stl_library(arch))
177
178 @property
179 def version(self):

Callers 2

postbuild_archMethod · 0.95
test_install_stl_libMethod · 0.80

Calls 4

install_libsMethod · 0.95
get_stl_libraryMethod · 0.95
has_libMethod · 0.80
formatMethod · 0.80

Tested by 1

test_install_stl_libMethod · 0.64