Android: Set LOCAL_CLANG flag to true

LOCAL_CLANG is set to true, to ensure that the code is built using Clang
compiler and not with GCC. Clang compilation is faster, provides
detailed diagnostics, and has low memory space requirement.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
1 file changed