(self)
| 359 | dir_name, '{}__ndk_target_{}'.format(arch, self.ctx.ndk_api)) |
| 360 | |
| 361 | def get_dir_name(self): |
| 362 | choices = self.check_recipe_choices() |
| 363 | dir_name = '-'.join([self.name] + choices) |
| 364 | return dir_name |
| 365 | |
| 366 | def get_build_dir(self, arch): |
| 367 | '''Given the arch name, returns the directory where the |
no test coverage detected