mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Build LatinIME with NDK r8"
This commit is contained in:
commit
fb961d1e15
@ -69,14 +69,9 @@ endif # FLAG_DO_PROFILE
|
|||||||
LOCAL_MODULE := libjni_latinime_common_static
|
LOCAL_MODULE := libjni_latinime_common_static
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
# TODO: Remove this conditional block once we have no issues with building against NDK
|
LOCAL_NDK_VERSION := 8
|
||||||
ifndef TARGET_BUILD_APPS # A full system image build
|
|
||||||
include external/stlport/libstlport.mk
|
|
||||||
else # An unbundled build
|
|
||||||
LOCAL_NDK_VERSION := 7
|
|
||||||
LOCAL_SDK_VERSION := 14
|
LOCAL_SDK_VERSION := 14
|
||||||
LOCAL_NDK_STL_VARIANT := stlport_static
|
LOCAL_NDK_STL_VARIANT := stlport_static
|
||||||
endif
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
include $(BUILD_STATIC_LIBRARY)
|
||||||
######################################
|
######################################
|
||||||
@ -98,14 +93,9 @@ endif # FLAG_DO_PROFILE
|
|||||||
LOCAL_MODULE := libjni_latinime
|
LOCAL_MODULE := libjni_latinime
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
# TODO: Remove this conditional block once we have no issues with building against NDK
|
LOCAL_NDK_VERSION := 8
|
||||||
ifndef TARGET_BUILD_APPS # A full system image build
|
|
||||||
LOCAL_STATIC_LIBRARIES += libstlport_static
|
|
||||||
else # An unbundled build
|
|
||||||
LOCAL_NDK_VERSION := 7
|
|
||||||
LOCAL_SDK_VERSION := 14
|
LOCAL_SDK_VERSION := 14
|
||||||
LOCAL_NDK_STL_VARIANT := stlport_static
|
LOCAL_NDK_STL_VARIANT := stlport_static
|
||||||
endif
|
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user