mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Avoid LatinIME crash
bug: 6790620 Change-Id: I6fd271c6f79790cfb9d875b052854eab60a30b7f
This commit is contained in:
parent
0493bb2f10
commit
ea92b7b987
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user