diff options
author | Bjorn Bringert <bringert@android.com> | 2011-11-25 17:16:36 +0000 |
---|---|---|
committer | Bjorn Bringert <bringert@android.com> | 2011-11-25 17:16:36 +0000 |
commit | df9dd39c2047992a43b64e13bb0fc348a1630f3b (patch) | |
tree | 7123ada9f09343e041e0a4942fd91677578e2053 | |
parent | f3320979f6d3b63686f15cedae65bba144643e25 (diff) | |
download | android_frameworks_opt_inputmethodcommon-cm-10.2.tar.gz android_frameworks_opt_inputmethodcommon-cm-10.2.tar.bz2 android_frameworks_opt_inputmethodcommon-cm-10.2.zip |
Compile inputmethodcommon against ICS SDKcm-11.0-XNPH44S-bacon-5fa8c79c0bcm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505acm-11.0-XNPH25R-bacon-d22b777afacm-11.0-XNPH22R-bacon-03d77315eacm-11.0-XNPH05Q-tomato-9828f8e9cccm-11.0-XNPH05Q-bacon-5229c4ef56cm-10.2.1cm-10.2.0cm-10.2-M1cm-10.1.3-RC2cm-10.1.3-RC1cm-10.1.3cm-10.1.2cm-10.1.1cm-10.1.0-RC5cm-10.1.0-RC4cm-10.1.0-RC3cm-10.1.0-RC2cm-10.1.0-RC1cm-10.1.0cm-10.1-M3cm-10.1-M2cm-10.1-M1stable/cm-11.0-XNG3Cstable/cm-11.0-XNG2Sstable/cm-11.0-XNF9Xstable/cm-11.0-XNF8Ystable/cm-11.0stable/cm-10.2shipping/cm-11.0mr1.1-stagingjellybean-stablejellybeancm-11.0cm-10.2cm-10.1
This is needed to allow VoiceSearch to compile against the ICS
SDK in an unbundled branch.
Change-Id: I47e68bc3d16edb9b21237fd5a84d60796c949de0
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |