public class AndroidNdkConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ANDROID_NDK_ROOT
Magic path prefix we use to denote the machine-specific location of the Android NDK.
|
Constructor and Description |
---|
AndroidNdkConstants() |
public static final String ANDROID_NDK_ROOT
We also have prefixes for tool specific paths, even though they're sub-paths of `@ANDROID_NDK_ROOT@`. This is to sanitize host-specific sub-directories in the toolchain (e.g. darwin-x86_64) which would otherwise break determinism and caching when using cross-compilation.