Avoid LatinIME crash

bug: 6790620

Change-Id: I6fd271c6f79790cfb9d875b052854eab60a30b7f
main
Ken Wakasa 2012-07-10 09:19:07 +09:00
parent 0493bb2f10
commit ea92b7b987
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ endif # FLAG_DO_PROFILE
LOCAL_MODULE := libjni_latinime_common_static
LOCAL_MODULE_TAGS := optional
# TODO: Remove this conditional block once we have no issues with building against NDK
ifndef TARGET_BUILD_APPS # A full system image build
include external/stlport/libstlport.mk
else # An unbundled build
@ -96,6 +97,7 @@ endif # FLAG_DO_PROFILE
LOCAL_MODULE := libjni_latinime
LOCAL_MODULE_TAGS := optional
# TODO: Remove this conditional block once we have no issues with building against NDK
ifndef TARGET_BUILD_APPS # A full system image build
LOCAL_STATIC_LIBRARIES += libstlport_static
else # An unbundled build