Android: update makefiles

This patch makes libstrophe build with NDK r20 and new libexpat.
This commit is contained in:
Dmitry Podgorny
2019-09-25 11:00:52 +00:00
parent b4f13205d8
commit e120109644
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := libexpat
LOCAL_CFLAGS := -DHAVE_MEMMOVE
LOCAL_CFLAGS := -DHAVE_MEMMOVE -DXML_DEV_URANDOM
#LOCAL_C_INCLUDES := \
# $(LOCAL_PATH)/expat

View File

@@ -1,2 +1,2 @@
APP_ABI := armeabi armeabi-v7a mips x86
APP_ABI := armeabi-v7a arm64-v8a
APP_PLATFORM := android-19