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

Method get_build_dir

pythonforandroid/recipe.py:366–370  ·  view source on GitHub ↗

Given the arch name, returns the directory where the downloaded/copied package will be built.

(self, arch)

Source from the content-addressed store, hash-verified

364 return dir_name
365
366 def get_build_dir(self, arch):
367 '''Given the arch name, returns the directory where the
368 downloaded/copied package will be built.'''
369
370 return join(self.get_build_container_dir(arch), self.name)
371
372 def get_recipe_dir(self):
373 """

Callers 15

apply_patchMethod · 0.95
unpackMethod · 0.95
is_patchedMethod · 0.95
apply_patchesMethod · 0.95
get_librariesMethod · 0.95
prepare_build_dirMethod · 0.45
get_lib_dirMethod · 0.45
get_jni_dirMethod · 0.45
build_archMethod · 0.45

Calls 1

Tested by 15

test_build_dist_dirsMethod · 0.36
test_link_rootMethod · 0.36
test_build_archMethod · 0.36
test_build_archMethod · 0.36
test_build_archMethod · 0.36
test_include_flagsMethod · 0.36
test_link_flagsMethod · 0.36
setUpMethod · 0.36