diff options
-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) |