commit
11c41216f1
2 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ LOCAL_PACKAGE_NAME := LatinIME
|
|||
LOCAL_CERTIFICATE := shared
|
||||
|
||||
LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime
|
||||
LOCAL_REQUIRED_MODULES := libjni_latinime
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := android-common
|
||||
LOCAL_STATIC_JAVA_LIBRARIES += inputmethod-common
|
||||
|
|
|
@ -66,7 +66,7 @@ endif
|
|||
|
||||
LOCAL_MODULE := libjni_latinime
|
||||
|
||||
LOCAL_MODULE_TAGS := user
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
# For STL
|
||||
LOCAL_C_INCLUDES += external/stlport/stlport bionic
|
||||
|
|
Loading…
Reference in a new issue