aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-keyboard-text/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-02-21 19:24:24 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-02-21 19:24:24 +0900
commit5eb6ea9f27f2486c6688551bc0a117ec39bfe5a0 (patch)
treef5712e925b27926572931548718b8c86ff4f5477 /tools/make-keyboard-text/res
parentad508d029f7fbd225f41f3b2a0b7134bd90c37ba (diff)
downloadlatinime-5eb6ea9f27f2486c6688551bc0a117ec39bfe5a0.tar.gz
latinime-5eb6ea9f27f2486c6688551bc0a117ec39bfe5a0.tar.xz
latinime-5eb6ea9f27f2486c6688551bc0a117ec39bfe5a0.zip
Change make-keyboard-text -java option to point LatinIME/java directory
Change-Id: I812713da5918049c0e504e48bd0693df2f7bf46d
Diffstat (limited to 'tools/make-keyboard-text/res')
-rw-r--r--tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl (renamed from tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl)5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl b/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl
index 7ec42ceea..b25bfb204 100644
--- a/tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl
+++ b/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl
@@ -24,7 +24,8 @@ import java.util.HashMap;
* !!!!! DO NOT EDIT THIS FILE !!!!!
*
* This file is generated by tools/make-keyboard-text. The base template file is
- * tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl
+ * tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/
+ * KeyboardTextsTable.tmpl
*
* This file must be updated when any text resources in keyboard layout files have been changed.
* These text resources are referred as "!text/<resource_name>" in keyboard XML definitions,
@@ -34,7 +35,7 @@ import java.util.HashMap;
* To update this file, please run the following commands.
* $ cd $ANDROID_BUILD_TOP
* $ mmm packages/inputmethods/LatinIME/tools/make-keyboard-text
- * $ make-keyboard-text -java packages/inputmethods/LatinIME/java/src
+ * $ make-keyboard-text -java packages/inputmethods/LatinIME/java
*
* The updated source file will be generated to the following path (this file).
* packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/