From 0a2df340e5bb3f7df4b5a1ddb3e611f08d195948 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Thu, 4 Mar 2010 04:43:15 -0800 Subject: 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. --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Android.mk') 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 -- cgit v1.2.3-83-g751a