diff options
author | 2014-01-17 00:24:04 +0900 | |
---|---|---|
committer | 2014-01-17 00:25:11 +0900 | |
commit | 47f04e2e35832788a84d36a384570f60bbd7da9e (patch) | |
tree | 3ba45ce9d4df6528d473fe77f929a28d56aae2f0 | |
parent | 9e882e3937e35c5c53e83d8dd1dfe31932218fda (diff) | |
download | latinime-47f04e2e35832788a84d36a384570f60bbd7da9e.tar.gz latinime-47f04e2e35832788a84d36a384570f60bbd7da9e.tar.xz latinime-47f04e2e35832788a84d36a384570f60bbd7da9e.zip |
Fix checkbuild breakage on dicttool
This CL fix the checkbuild build, though I'm not sure it can create
working dicttool or not.
Change-Id: I5aec34a0f72441c75ac48184c0550b8e0fc40634
-rw-r--r-- | tools/dicttool/compat/com/android/inputmethod/latin/utils/LanguageModelParam.java | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/dicttool/compat/com/android/inputmethod/latin/utils/LanguageModelParam.java b/tools/dicttool/compat/com/android/inputmethod/latin/utils/LanguageModelParam.java new file mode 100644 index 000000000..f4ca94a81 --- /dev/null +++ b/tools/dicttool/compat/com/android/inputmethod/latin/utils/LanguageModelParam.java @@ -0,0 +1,20 @@ +/* + * Copyright (C) 2014 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.android.inputmethod.latin.utils; + +public final class LanguageModelParam { +} |