diff options
author | 2014-04-18 22:23:22 +0000 | |
---|---|---|
committer | 2014-04-18 22:23:22 +0000 | |
commit | b06a3b2f35b2053aa088943ca22a5c8417daa872 (patch) | |
tree | c914e5deaae264cb8dd5623dd223a7626946ac56 /java/Android.mk | |
parent | be023f99c9ece56b3f89f5e087023bd3e3d9da97 (diff) | |
parent | eb17716b8a310f265f5c0e41a8264013a5dd1b6e (diff) | |
download | latinime-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.
Diffstat (limited to 'java/Android.mk')
-rw-r--r-- | java/Android.mk | 3 |
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 |