Compile inputmethodcommon against ICS SDK

This is needed to allow VoiceSearch to compile against the ICS
SDK in an unbundled branch.

Change-Id: I47e68bc3d16edb9b21237fd5a84d60796c949de0
diff --git a/Android.mk b/Android.mk
index 4aebc01..d8ed7c4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,7 +16,7 @@
 
 include $(CLEAR_VARS)
 LOCAL_MODULE := inputmethod-common
-LOCAL_SDK_VERSION := current
+LOCAL_SDK_VERSION := 14
 LOCAL_SRC_FILES := \
      $(call all-java-files-under, java)
 include $(BUILD_STATIC_JAVA_LIBRARY)