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

Method aar

pythonforandroid/toolchain.py:1157–1160  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

1155
1156 @require_prebuilt_dist
1157 def aar(self, args):
1158 output, build_args = self._build_package(args, package_type='aar')
1159 output_dir = join(self._dist.dist_dir, "build", "outputs", 'aar')
1160 self._finish_package(args, output, build_args, 'aar', output_dir)
1161
1162 @require_prebuilt_dist
1163 def aab(self, args):

Callers

nothing calls this directly

Calls 2

_build_packageMethod · 0.95
_finish_packageMethod · 0.95

Tested by

no test coverage detected