aboutsummaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2012-05-23 20:23:35 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-23 20:23:35 -0700
commitc28e7e360a51e49ce7d6efae4f728dc32e2f2d06 (patch)
tree927bbc56b0ddc892c30618ecdcd80a98e5759aa8 /native
parent6d6c070eba85da2c213c1454ff1d6f3dc49a81d9 (diff)
parent7d81f3187198b1589edab3c7883c3ee94855ed7e (diff)
downloadlatinime-c28e7e360a51e49ce7d6efae4f728dc32e2f2d06.tar.gz
latinime-c28e7e360a51e49ce7d6efae4f728dc32e2f2d06.tar.xz
latinime-c28e7e360a51e49ce7d6efae4f728dc32e2f2d06.zip
am 7d81f318: am 7b1570e6: Merge "Cleanup Makefiles of LatinIME" into jb-dev
* commit '7d81f3187198b1589edab3c7883c3ee94855ed7e': Cleanup Makefiles of LatinIME
Diffstat (limited to 'native')
-rw-r--r--native/jni/Android.mk28
1 files changed, 0 insertions, 28 deletions
diff --git a/native/jni/Android.mk b/native/jni/Android.mk
index 5e0d3518d..d53757fd4 100644
--- a/native/jni/Android.mk
+++ b/native/jni/Android.mk
@@ -20,24 +20,6 @@ LOCAL_PATH := $(call my-dir)
#FLAG_DBG := true
#FLAG_DO_PROFILE := true
-TARGETING_UNBUNDLED_FROYO := true
-
-ifeq ($(TARGET_ARCH), x86)
- TARGETING_UNBUNDLED_FROYO := false
-endif
-
-ifeq ($(TARGET_ARCH), mips)
- TARGETING_UNBUNDLED_FROYO := false
-endif
-
-ifeq ($(FLAG_DBG), true)
- TARGETING_UNBUNDLED_FROYO := false
-endif
-
-ifeq ($(FLAG_DO_PROFILE), true)
- TARGETING_UNBUNDLED_FROYO := false
-endif
-
######################################
include $(CLEAR_VARS)
@@ -69,11 +51,6 @@ LOCAL_SRC_FILES := \
$(LATIN_IME_JNI_SRC_FILES) \
$(addprefix $(LATIN_IME_SRC_DIR)/,$(LATIN_IME_CORE_SRC_FILES))
-ifeq ($(TARGETING_UNBUNDLED_FROYO), true)
- LOCAL_NDK_VERSION := 4
- LOCAL_SDK_VERSION := 8
-endif
-
ifeq ($(FLAG_DO_PROFILE), true)
$(warning Making profiling version of native library)
LOCAL_CFLAGS += -DFLAG_DO_PROFILE
@@ -117,11 +94,6 @@ ifeq ($(FLAG_DBG), true)
endif # FLAG_DBG
endif # FLAG_DO_PROFILE
-ifeq ($(TARGETING_UNBUNDLED_FROYO), true)
- LOCAL_NDK_VERSION := 4
- LOCAL_SDK_VERSION := 8
-endif
-
LOCAL_MODULE := libjni_latinime
LOCAL_MODULE_TAGS := optional