aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-08-01 21:00:14 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-01 21:00:14 +0000
commitd60bc5759dd2bc83b92deda0c9b46c3c97a34af6 (patch)
tree885448fa0d642b592bf7f7991adee288daad18de /native/jni/NativeFileList.mk
parent76425ba8f5ed287c446a60200ce47f52658914ae (diff)
parentc3aa85cbe22a7498f106885ed92435cdb971da0b (diff)
downloadlatinime-d60bc5759dd2bc83b92deda0c9b46c3c97a34af6.tar.gz
latinime-d60bc5759dd2bc83b92deda0c9b46c3c97a34af6.tar.xz
latinime-d60bc5759dd2bc83b92deda0c9b46c3c97a34af6.zip
am c3aa85cb: am 211370a3: Merge "Add memory view class for int and uint8_t." into lmp-dev
* commit 'c3aa85cbe22a7498f106885ed92435cdb971da0b': Add memory view class for int and uint8_t.
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r--native/jni/NativeFileList.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk
index ef6f3d69e..09777497b 100644
--- a/native/jni/NativeFileList.mk
+++ b/native/jni/NativeFileList.mk
@@ -127,4 +127,5 @@ LATIN_IME_CORE_TEST_FILES := \
suggest/core/dictionary/bloom_filter_test.cpp \
suggest/policyimpl/dictionary/utils/buffer_with_extendable_buffer_test.cpp \
suggest/policyimpl/dictionary/utils/trie_map_test.cpp \
- utils/autocorrection_threshold_utils_test.cpp
+ utils/autocorrection_threshold_utils_test.cpp \
+ utils/int_array_view_test.cpp