aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-04-18 22:23:22 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-18 22:23:22 +0000
commitb06a3b2f35b2053aa088943ca22a5c8417daa872 (patch)
treec914e5deaae264cb8dd5623dd223a7626946ac56
parentbe023f99c9ece56b3f89f5e087023bd3e3d9da97 (diff)
parenteb17716b8a310f265f5c0e41a8264013a5dd1b6e (diff)
downloadlatinime-b06a3b2f35b2053aa088943ca22a5c8417daa872.tar.gz
latinime-b06a3b2f35b2053aa088943ca22a5c8417daa872.tar.xz
latinime-b06a3b2f35b2053aa088943ca22a5c8417daa872.zip
am eb17716b: Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled build.
* commit 'eb17716b8a310f265f5c0e41a8264013a5dd1b6e': Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled build.
-rw-r--r--java/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/java/Android.mk b/java/Android.mk
index 364973bea..b580624d7 100644
--- a/java/Android.mk
+++ b/java/Android.mk
@@ -23,10 +23,7 @@ LOCAL_PACKAGE_NAME := LatinIME
LOCAL_CERTIFICATE := shared
-# We want to package libjni_latinime.so into the apk.
LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime
-# We want to install libjni_latinime.so to the system partition if LatinIME gets installed.
-LOCAL_REQUIRED_MODULES := libjni_latinime
LOCAL_STATIC_JAVA_LIBRARIES := android-common inputmethod-common android-support-v4