Merge "Make the JNI lib an optional module"
commit
9a84071b36
|
@ -10,6 +10,7 @@ LOCAL_PACKAGE_NAME := LatinIME
|
||||||
LOCAL_CERTIFICATE := shared
|
LOCAL_CERTIFICATE := shared
|
||||||
|
|
||||||
LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime
|
LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime
|
||||||
|
LOCAL_REQUIRED_MODULES := libjni_latinime
|
||||||
|
|
||||||
LOCAL_STATIC_JAVA_LIBRARIES := android-common
|
LOCAL_STATIC_JAVA_LIBRARIES := android-common
|
||||||
LOCAL_STATIC_JAVA_LIBRARIES += inputmethod-common
|
LOCAL_STATIC_JAVA_LIBRARIES += inputmethod-common
|
||||||
|
|
|
@ -43,7 +43,7 @@ endif
|
||||||
|
|
||||||
LOCAL_MODULE := libjni_latinime
|
LOCAL_MODULE := libjni_latinime
|
||||||
|
|
||||||
LOCAL_MODULE_TAGS := user
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
ifeq ($(FLAG_DO_PROFILE), true)
|
ifeq ($(FLAG_DO_PROFILE), true)
|
||||||
$(warning Making profiling version of native library)
|
$(warning Making profiling version of native library)
|
||||||
|
|
Loading…
Reference in New Issue