CMake: Fix typo in README about how to build Android for arm64

Task-number: QTBUG-85399
Change-Id: I764f5d5155d6548ca61d3217fb5bb10f5b15908f
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Alexandru Croitor 2020-08-17 11:48:46 +02:00
parent b39685d4c2
commit 96dd73c5fe

View File

@ -167,7 +167,7 @@ When running cmake in qtbase, pass
If you don't supply the configuration argument ``-DANDROID_ABI=...``, it will default to
``armeabi-v7a``. To target other architectures, use one of the following values:
* arm64: ``-DANDROID_ABI=arm64-v8``
* arm64: ``-DANDROID_ABI=arm64-v8a``
* x86: ``-DANDROID_ABI=x86``
* x86_64: ``-DANDROID_ABI=x86_64``