(self, *args)
| 1565 | return option_data |
| 1566 | |
| 1567 | def ensure_args(self, *args): |
| 1568 | for arg in args: |
| 1569 | if arg not in self.extra_build_args: |
| 1570 | self.extra_build_args.append(arg) |
| 1571 | |
| 1572 | def build_arch(self, arch): |
| 1573 | cross_file = join("/tmp", "android.meson.cross") |
no outgoing calls
no test coverage detected