SDL: updated libiconv and libicu, removed prebuilt binaries, now they should be built on the fly

This commit is contained in:
Sergii Pylypenko
2017-06-21 17:48:55 +03:00
parent 2efd15f6b5
commit d89960517c
231 changed files with 16 additions and 104127 deletions

View File

@@ -2,20 +2,11 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
ifneq ($(TARGET_ARCH_ABI),armeabi-v7a-hard) # Pre-compiled lib disabled for armhf ABI
ifneq ($(TARGET_ARCH_ABI),arm64-v8a) # Not supported yet
ifneq ($(TARGET_ARCH_ABI),x86_64) # Not supported yet
ifneq ($(TARGET_ARCH_ABI),mips64) # Not supported yet
LOCAL_MODULE := $(notdir $(LOCAL_PATH))
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(NDK_TOOLCHAIN_VERSION)/include
LOCAL_SRC_FILES := lib/$(TARGET_ARCH_ABI)/lib$(LOCAL_MODULE).so
LOCAL_SRC_FILES := lib/$(TARGET_ARCH_ABI)/$(NDK_TOOLCHAIN_VERSION)/lib$(LOCAL_MODULE).so
include $(PREBUILT_SHARED_LIBRARY)
endif
endif
endif
endif