LatinIME/native/jni
Dan Albert a4e9383971 Stop mixing and matching platform and NDK.
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
2016-03-22 17:06:45 -07:00
..
src Move dictionary code to top level dictionary dir. 2014-12-17 16:02:09 +09:00
tests Move dictionary code to top level dictionary dir. 2014-12-17 16:02:09 +09:00
Android.mk
Application.mk
CleanupNativeFileList.mk
HostUnitTests.mk
NativeFileList.mk Move dictionary code to top level dictionary dir. 2014-12-17 16:02:09 +09:00
TargetUnitTests.mk Stop mixing and matching platform and NDK. 2016-03-22 17:06:45 -07:00
com_android_inputmethod_keyboard_ProximityInfo.cpp
com_android_inputmethod_keyboard_ProximityInfo.h
com_android_inputmethod_latin_BinaryDictionary.cpp Move dictionary code to top level dictionary dir. 2014-12-17 16:02:09 +09:00
com_android_inputmethod_latin_BinaryDictionary.h
com_android_inputmethod_latin_BinaryDictionaryUtils.cpp Move dictionary code to top level dictionary dir. 2014-12-17 16:02:09 +09:00
com_android_inputmethod_latin_BinaryDictionaryUtils.h
com_android_inputmethod_latin_DicTraverseSession.cpp Move dictionary code to top level dictionary dir. 2014-12-17 16:02:09 +09:00
com_android_inputmethod_latin_DicTraverseSession.h
jni_common.cpp
jni_common.h
run-tests.sh