diff options
author | 2010-03-04 04:43:15 -0800 | |
---|---|---|
committer | 2010-03-04 04:59:05 -0800 | |
commit | 0a2df340e5bb3f7df4b5a1ddb3e611f08d195948 (patch) | |
tree | 651709d48cfffdd492ae080b09a1e5bd1544bc58 /Android.mk | |
parent | ec99869272d6d96e5823eaf391c7270caf90f891 (diff) | |
download | latinime-0a2df340e5bb3f7df4b5a1ddb3e611f08d195948.tar.gz latinime-0a2df340e5bb3f7df4b5a1ddb3e611f08d195948.tar.xz latinime-0a2df340e5bb3f7df4b5a1ddb3e611f08d195948.zip |
Blacklist asian languages from input selection list, since this is LatinIME.
Bug: 2488167
Don't show ko, ja and zh languages in the list.
Remove a debug println.
Add alternates_for_g to the keyboard for it to work on turkish. This
must have not gotten merged from donut.
Diffstat (limited to 'Android.mk')
-rwxr-xr-x | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index e45357911..5396ed518 100755 --- a/Android.mk +++ b/Android.mk @@ -15,7 +15,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common #LOCAL_AAPT_FLAGS := -0 .dict -#LOCAL_SDK_VERSION := current +LOCAL_SDK_VERSION := current LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags |