Android: update makefiles
This patch makes libstrophe build with NDK r20 and new libexpat.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
APP_ABI := armeabi armeabi-v7a mips x86
|
||||
APP_ABI := armeabi-v7a arm64-v8a
|
||||
APP_PLATFORM := android-19
|
||||
|
||||
Reference in New Issue
Block a user