()
| 137 | } |
| 138 | |
| 139 | fn toolchains_dir() -> String { |
| 140 | format!( |
| 141 | "{ndk}{toolchains}", |
| 142 | ndk = Self::ndk_dir(), |
| 143 | toolchains = android_tool_chain_path(), |
| 144 | ) |
| 145 | } |
| 146 | } |
| 147 | |
| 148 | #[derive(Serialize)] |
nothing calls this directly
no outgoing calls
no test coverage detected