clang is the default compiler since Android nougat
Change-Id: I52d7f1ded227b21cd88d2d292f0af4adecb800f4
Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
The library was being built with the NDK, but the test is being built
with the platform, in this case building against the NDK STL headers
and then using the platform library, which are not ABI compatible.
Bug: http://b/27801981
Change-Id: I7386dfe6ac73334d7c1b1e0cbc8dc346c84313bf
This CL adds native unittest support on target devices for
LatinIME.
Note that you need to specify --target option to run-tests.sh
to run native unittest on the target device.
BUG: 13754552
Change-Id: I1dfb78ae1461163db8d47c3ba9141d4812070fd0