From df9dd39c2047992a43b64e13bb0fc348a1630f3b Mon Sep 17 00:00:00 2001 From: Bjorn Bringert Date: Fri, 25 Nov 2011 17:16:36 +0000 Subject: Compile inputmethodcommon against ICS SDK This is needed to allow VoiceSearch to compile against the ICS SDK in an unbundled branch. Change-Id: I47e68bc3d16edb9b21237fd5a84d60796c949de0 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3