public interface NdkCxxPlatform
CxxPlatform.| Modifier and Type | Interface and Description |
|---|---|
static class |
NdkCxxPlatform.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NdkCxxPlatform.Builder |
builder() |
CxxPlatform |
getCxxPlatform() |
NdkCxxRuntime |
getCxxRuntime() |
Optional<SourcePath> |
getCxxSharedRuntimePath() |
Tool |
getObjdump() |
CxxPlatform getCxxPlatform()
NdkCxxRuntime getCxxRuntime()
Tool getObjdump()
Optional<SourcePath> getCxxSharedRuntimePath()
Path to the C/C++ runtime library, if one is required.static NdkCxxPlatform.Builder builder()