summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2015-08-25 12:06:46 -0700
committerSeigo Nonaka <nona@google.com>2015-08-29 08:02:44 +0900
commit4e3adc6fb2073d5b466b88b8f5329d281038aba1 (patch)
tree808ac014cdac1f910edf721d8ec6fd3401b206da /tests/Android.mk
parentd8dd94b81ea7efd776859fbbdf4a76458e270eab (diff)
downloadandroid_frameworks_minikin-4e3adc6fb2073d5b466b88b8f5329d281038aba1.tar.gz
android_frameworks_minikin-4e3adc6fb2073d5b466b88b8f5329d281038aba1.tar.bz2
android_frameworks_minikin-4e3adc6fb2073d5b466b88b8f5329d281038aba1.zip
Update word breaker to be aware tone mark and variation selector.
This CL does: 1. Move the getNextWordBreak/getPrevWordBreak function to a separate source file. 2. Adding "ForCache" suffix for function name for making clear these function is for layout cache. 3. Introduce unit tests for them. Bug: 11256006 Change-Id: I4138751a4570915f1a0d6c8921f89700f8ec7f35
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index ebce0ea..00847e3 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -36,6 +36,9 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_SRC_FILES += \
GraphemeBreakTests.cpp \
+ LayoutUtilsTest.cpp \
UnicodeUtils.cpp
+LOCAL_C_INCLUDES := $(LOCAL_PATH)/../libs/minikin/
+
include $(BUILD_NATIVE_TEST)