(self, args)
| 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): |
nothing calls this directly
no test coverage detected