resolveAndroidAbi static method
Resolve an Android ABI using the same target/override rules as run.
Exposed for downstream hooks that need to validate a target before invoking their own build step.
Implementation
static String resolveAndroidAbi(Architecture? arch, [String? override]) =>
_resolveAndroidAbi(arch, override);