summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2011-11-25 17:16:36 +0000
committerBjorn Bringert <bringert@android.com>2011-11-25 17:16:36 +0000
commitdf9dd39c2047992a43b64e13bb0fc348a1630f3b (patch)
tree7123ada9f09343e041e0a4942fd91677578e2053
parentf3320979f6d3b63686f15cedae65bba144643e25 (diff)
downloadandroid_frameworks_opt_inputmethodcommon-df9dd39c2047992a43b64e13bb0fc348a1630f3b.tar.gz
android_frameworks_opt_inputmethodcommon-df9dd39c2047992a43b64e13bb0fc348a1630f3b.tar.bz2
android_frameworks_opt_inputmethodcommon-df9dd39c2047992a43b64e13bb0fc348a1630f3b.zip
This is needed to allow VoiceSearch to compile against the ICS SDK in an unbundled branch. Change-Id: I47e68bc3d16edb9b21237fd5a84d60796c949de0
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 4aebc01..d8ed7c4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir)
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)