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

Method aab

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

Source from the content-addressed store, hash-verified

1161
1162 @require_prebuilt_dist
1163 def aab(self, args):
1164 output, build_args = self._build_package(args, package_type='aab')
1165 output_dir = join(self._dist.dist_dir, "build", "outputs", 'bundle', args.build_mode)
1166 self._finish_package(args, output, build_args, 'aab', output_dir)
1167
1168 @require_prebuilt_dist
1169 def create(self, args):

Callers

nothing calls this directly

Calls 2

_build_packageMethod · 0.95
_finish_packageMethod · 0.95

Tested by

no test coverage detected