From eb17716b8a310f265f5c0e41a8264013a5dd1b6e Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Thu, 17 Apr 2014 18:44:20 -0700 Subject: [PATCH] Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled build. Change-Id: Ib45416aec46d9cc574d34de96d18219643334beb --- java/Android.mk | 3 --- 1 file changed, 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