(self, arch)
| 825 | return False |
| 826 | |
| 827 | def get_lib_dir(self, arch): |
| 828 | return join(self.get_build_dir(arch.arch), 'obj', 'local', arch.arch) |
| 829 | |
| 830 | def get_jni_dir(self, arch): |
| 831 | return join(self.get_build_dir(arch.arch), 'jni') |
no test coverage detected