From 04a626510e0992155d4d4e7de8d381c975877d72 Mon Sep 17 00:00:00 2001 From: Csaba Toth Date: Sat, 16 Dec 2017 11:37:32 -0800 Subject: [PATCH] Documentation copy-paste error fix when referring to the Android 64 bit config --- docs/README.android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.android b/docs/README.android index 1e4ff67dc..f2da65888 100644 --- a/docs/README.android +++ b/docs/README.android @@ -52,7 +52,7 @@ They are limited to API level 21 and above. If release binaries (and old android API support) are required, build 32 bit architectures with ./scripts/android-build-freerdp.sh --ndk --sdk --conf ./scripts/android-build-32.conf and 64 bit architectures with -./scripts/android-build-freerdp.sh --ndk --sdk --conf ./scripts/android-build-32.conf +./scripts/android-build-freerdp.sh --ndk --sdk --conf ./scripts/android-build-64.conf Building the APK (Android Studio) ================