Does NDK use clang?

The NDK uses Clang as its C/C++ compiler and Binutils for linking, archiving, and object file manipulation. Binutils provides both BFD and gold for linking. LLVM’s LLD is also included for testing. AOSP uses LLD by default for most projects and the NDK is expected to move to it in the future.

Read more