diff options
author | 2014-03-14 22:50:20 +0900 | |
---|---|---|
committer | 2014-03-20 14:27:55 +0900 | |
commit | 7ede642df417c0f732573f639970b138f0bee18c (patch) | |
tree | da0d0140207e8c350ebd361f9ae8a2ed227ba0c7 /tools/dicttool/Android.mk | |
parent | 89f1b72793906d380b1fd062fa04c1e5a74f63fa (diff) | |
download | latinime-7ede642df417c0f732573f639970b138f0bee18c.tar.gz latinime-7ede642df417c0f732573f639970b138f0bee18c.tar.xz latinime-7ede642df417c0f732573f639970b138f0bee18c.zip |
[CB08] Create a combiner chain in the word composer.
Bug: 13406701
Change-Id: I3b9f75de9283f76366d1bef7e14a8f22f2186669
Diffstat (limited to 'tools/dicttool/Android.mk')
-rw-r--r-- | tools/dicttool/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/dicttool/Android.mk b/tools/dicttool/Android.mk index 948c03b4f..91f8af709 100644 --- a/tools/dicttool/Android.mk +++ b/tools/dicttool/Android.mk @@ -35,6 +35,9 @@ MAKEDICT_CORE_SOURCE_DIRECTORY := $(LATINIME_BASE_SOURCE_DIRECTORY)/latin/makedi # a significant part of the dependencies are mocked in the compat/ directory, with empty or # nearly-empty implementations, for parts that we don't use in Dicttool. LATINIME_SRCS_FOR_DICTTOOL := \ + event/Combiner.java \ + event/CombinerChain.java \ + event/DeadKeyCombiner.java \ event/Event.java \ latin/BinaryDictionary.java \ latin/DicTraverseSession.java \ |