diff options
author | 2011-03-25 17:06:35 -0700 | |
---|---|---|
committer | 2011-03-25 18:42:23 -0700 | |
commit | 829b97b28d948cbdd38b6d9997e62a2a2eecf60b (patch) | |
tree | febe3dfa6e5c907c77ec77847f11a5df634032ab /java/Android.mk | |
parent | a511e0b432f04946b051a0fdaad8968754b3baf2 (diff) | |
download | latinime-829b97b28d948cbdd38b6d9997e62a2a2eecf60b.tar.gz latinime-829b97b28d948cbdd38b6d9997e62a2a2eecf60b.tar.xz latinime-829b97b28d948cbdd38b6d9997e62a2a2eecf60b.zip |
Fix lib and compat bugs.
Compat issues will be merged to master.
Change-Id: I3285606006483e247bea25ee77979cf71095b9c1
Diffstat (limited to 'java/Android.mk')
-rw-r--r-- | java/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/Android.mk b/java/Android.mk index 60c321ab2..1bbcd5315 100644 --- a/java/Android.mk +++ b/java/Android.mk @@ -9,7 +9,7 @@ LOCAL_PACKAGE_NAME := LatinIME LOCAL_CERTIFICATE := shared -LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime +LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime2 LOCAL_STATIC_JAVA_LIBRARIES := android-common |