(self, arch)
| 1419 | return " ".join(flag_strings).strip().split(" ") |
| 1420 | |
| 1421 | def get_wrapper_dir(self, arch): |
| 1422 | return join(self.get_build_dir(arch.arch), "p4a_wrappers") |
| 1423 | |
| 1424 | def write_wrapper(self, arch, name, content): |
| 1425 | wrapper_dir = self.get_wrapper_dir(arch) |
no test coverage detected