Loading native/jni/Android.mk +10 −12 Original line number Diff line number Diff line Loading @@ -68,13 +68,12 @@ endif # FLAG_DO_PROFILE LOCAL_MODULE := libjni_latinime_common_static LOCAL_MODULE_TAGS := optional ifdef ANDROID_BUILD_TOP # In the platform build system # In the platform build system include external/stlport/libstlport.mk else # In the unbundled build system LOCAL_NDK_VERSION := 7 LOCAL_SDK_VERSION := 14 LOCAL_NDK_STL_VARIANT := stlport_static endif # In the unbundled build system #LOCAL_NDK_VERSION := 7 #LOCAL_SDK_VERSION := 14 #LOCAL_NDK_STL_VARIANT := stlport_static include $(BUILD_STATIC_LIBRARY) ###################################### Loading @@ -96,13 +95,12 @@ endif # FLAG_DO_PROFILE LOCAL_MODULE := libjni_latinime LOCAL_MODULE_TAGS := optional ifdef ANDROID_BUILD_TOP # In the platform build system # In the platform build system LOCAL_STATIC_LIBRARIES += libstlport_static else # In the unbundled build system LOCAL_NDK_VERSION := 7 LOCAL_SDK_VERSION := 14 LOCAL_NDK_STL_VARIANT := stlport_static endif # In the unbundled build system #LOCAL_NDK_VERSION := 7 #LOCAL_SDK_VERSION := 14 #LOCAL_NDK_STL_VARIANT := stlport_static include $(BUILD_SHARED_LIBRARY) Loading Loading
native/jni/Android.mk +10 −12 Original line number Diff line number Diff line Loading @@ -68,13 +68,12 @@ endif # FLAG_DO_PROFILE LOCAL_MODULE := libjni_latinime_common_static LOCAL_MODULE_TAGS := optional ifdef ANDROID_BUILD_TOP # In the platform build system # In the platform build system include external/stlport/libstlport.mk else # In the unbundled build system LOCAL_NDK_VERSION := 7 LOCAL_SDK_VERSION := 14 LOCAL_NDK_STL_VARIANT := stlport_static endif # In the unbundled build system #LOCAL_NDK_VERSION := 7 #LOCAL_SDK_VERSION := 14 #LOCAL_NDK_STL_VARIANT := stlport_static include $(BUILD_STATIC_LIBRARY) ###################################### Loading @@ -96,13 +95,12 @@ endif # FLAG_DO_PROFILE LOCAL_MODULE := libjni_latinime LOCAL_MODULE_TAGS := optional ifdef ANDROID_BUILD_TOP # In the platform build system # In the platform build system LOCAL_STATIC_LIBRARIES += libstlport_static else # In the unbundled build system LOCAL_NDK_VERSION := 7 LOCAL_SDK_VERSION := 14 LOCAL_NDK_STL_VARIANT := stlport_static endif # In the unbundled build system #LOCAL_NDK_VERSION := 7 #LOCAL_SDK_VERSION := 14 #LOCAL_NDK_STL_VARIANT := stlport_static include $(BUILD_SHARED_LIBRARY) Loading