Full path of the clang compiler depending on the android's ndk version used.
(self)
| 80 | |
| 81 | @property |
| 82 | def clang_exe(self): |
| 83 | """Full path of the clang compiler depending on the android's ndk |
| 84 | version used.""" |
| 85 | return self.get_clang_exe() |
| 86 | |
| 87 | @property |
| 88 | def clang_exe_cxx(self): |
nothing calls this directly
no test coverage detected