aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-07-31 19:32:02 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2014-08-01 12:39:31 +0900
commit75d8c20d03f8300946c5e4a4832117530110910b (patch)
tree6115363980e697727ba862750cec5cbba0fd988c /native/jni/NativeFileList.mk
parent3437032a9184c18fb513da35aa2e4b0851bb3c99 (diff)
downloadlatinime-75d8c20d03f8300946c5e4a4832117530110910b.tar.gz
latinime-75d8c20d03f8300946c5e4a4832117530110910b.tar.xz
latinime-75d8c20d03f8300946c5e4a4832117530110910b.zip
Add memory view class for int and uint8_t.
Bug: 16691311 Change-Id: I32eb692cdb758861e24b772fdcda57642b95ae1b
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