aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-10-31 15:59:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-31 15:59:23 +0000
commita92d0f926269264e578c9162c5df230cafb99b7c (patch)
tree30ba47ce86bd06dfb964fc34209e22b19782ec74 /java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
parentc42acc5344c4220af80d40eb33026c840e738492 (diff)
parent6a1b37353d963db4bb25ea438be504348fea7418 (diff)
downloadlatinime-a92d0f926269264e578c9162c5df230cafb99b7c.tar.gz
latinime-a92d0f926269264e578c9162c5df230cafb99b7c.tar.xz
latinime-a92d0f926269264e578c9162c5df230cafb99b7c.zip
Merge "Fix dicttool build"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/FormatSpec.java')
-rw-r--r--java/src/com/android/inputmethod/latin/makedict/FormatSpec.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
index e422c4cd2..288261bf0 100644
--- a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
+++ b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
@@ -174,6 +174,9 @@ public final class FormatSpec {
public static final int VERSION202 = 202;
// format version for Fava Dictionaries.
public static final int VERSION_DELIGHT3 = 86736212;
+ public static final int MINIMUM_SUPPORTED_VERSION_OF_CODE_POINT_TABLE = VERSION201;
+ // Dictionary version used for testing.
+ public static final int VERSION4_ONLY_FOR_TESTING = 399;
public static final int VERSION402 = 402;
public static final int VERSION403 = 403;
public static final int VERSION4 = VERSION403;