Skip to content

Commit

Permalink
Documentation copy-paste error fix when referring to the Android 64 b…
Browse files Browse the repository at this point in the history
…it config
  • Loading branch information
MrCsabaToth authored Dec 16, 2017
1 parent 097f8ed commit 04a6265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.android
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ANDROID_NDK> --sdk <ANDROID_SDK> --conf ./scripts/android-build-32.conf
and 64 bit architectures with
./scripts/android-build-freerdp.sh --ndk <ANDROID_NDK> --sdk <ANDROID_SDK> --conf ./scripts/android-build-32.conf
./scripts/android-build-freerdp.sh --ndk <ANDROID_NDK> --sdk <ANDROID_SDK> --conf ./scripts/android-build-64.conf

Building the APK (Android Studio)
================
Expand Down

0 comments on commit 04a6265

Please sign in to comment.