For Android NDK, llvm became the default toolchain since r13b and gcc was removed since r18b . According to toolchains directory toolchains/llvm/prebuilt/darwin-x86_64 , llvm supports all the ABIs, i.e. x86, x86_64, arm, arm64.
For Android NDK, llvm became the default toolchain since r13b and gcc was removed since r18b . According to toolchains directory toolchains/llvm/prebuilt/darwin-x86_64 , llvm supports all the ABIs, i.e. x86, x86_64, arm, arm64.