am 1269ae31: Merge "Change make-keyboard-text -java option to point LatinIME/java directory"
* commit '1269ae31445ce46986638af8e5bb8ecab3db0915': Change make-keyboard-text -java option to point LatinIME/java directorymain
commit
3792a64e48
|
@ -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/
|
||||
|
|
|
@ -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/
|
|
@ -29,7 +29,6 @@ import java.util.Comparator;
|
|||
import java.util.HashMap;
|
||||
import java.util.Locale;
|
||||
import java.util.jar.JarFile;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
public class MoreKeysResources {
|
||||
private static final String TEXT_RESOURCE_NAME = "donottranslate-more-keys.xml";
|
||||
|
|
Loading…
Reference in New Issue