Android 4.2.2 release 1
Switch back to LOCAL_CLANG with -std=gnu89.

The root issue here is that Clang was defaulting to gnu99, which has different
semantics for inline functions (that are not in fact bugs). Switching back to
gnu89 (like gcc was defaulting to) resolves the link problem.

Change-Id: I4fa786aff18ef3f435f83b4a5f1a3ee9dc039432
1 file changed