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

Method libs_dir

pythonforandroid/build.py:123–132  ·  view source on GitHub ↗

where Android libs are cached after build but before being placed in dists

(self)

Source from the content-addressed store, hash-verified

121
122 @property
123 def libs_dir(self):
124 """
125 where Android libs are cached after build
126 but before being placed in dists
127 """
128 # Was previously hardcoded as self.build_dir/libs
129 directory = join(self.build_dir, 'libs_collections',
130 self.bootstrap.distribution.name)
131 ensure_dir(directory)
132 return directory
133
134 @property
135 def javaclass_dir(self):

Callers

nothing calls this directly

Calls 1

ensure_dirFunction · 0.90

Tested by

no test coverage detected