From 4eecfb8da9ec8d29cf46d6b023f6386a3ec05318 Mon Sep 17 00:00:00 2001 From: Thanasis Antoniou Date: Fri, 1 Nov 2019 18:56:41 +0200 Subject: ANDROID: Disable verification of certificates validity for cloud saving Also added macros for the plain (non-SDL) Android port __ANDROID_PLAIN_PORT__ and ANDROID_PLAIN_PORT The workaround of this commit uses the same logic as for the Nintendo Switch port and should suffice for testing purposes. It should be replaced by more elaborate code of installing and maintaining a certificates pem file. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 0277e2017c..a1cdf8aa1d 100755 --- a/configure +++ b/configure @@ -3069,6 +3069,7 @@ if test -n "$_host"; then _port_mk="backends/platform/3ds/3ds.mk" ;; android | android-arm | android-v7a | android-arm-v7a | android-arm64-v8a | android-mips | android-mips64 | android-x86 | android-x86_64 | ouya) + DEFINES="$DEFINES -D__ANDROID_PLAIN_PORT__ -DANDROID_PLAIN_PORT" # we link a .so as default append_var LDFLAGS "-shared" append_var LDFLAGS "-Wl,-Bsymbolic,--no-undefined" -- cgit v1.2.3