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

Method get_lib_dir

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

Source from the content-addressed store, hash-verified

825 return False
826
827 def get_lib_dir(self, arch):
828 return join(self.get_build_dir(arch.arch), 'obj', 'local', arch.arch)
829
830 def get_jni_dir(self, arch):
831 return join(self.get_build_dir(arch.arch), 'jni')

Callers 1

should_buildMethod · 0.95

Calls 1

get_build_dirMethod · 0.45

Tested by

no test coverage detected