diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/building.rst b/doc/building.rst index b4cdb7a12..c5e0d2c63 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -256,7 +256,7 @@ Docker To build android version, there is the possibility to use the docker way:: - sudo SDK=21 src/scripts/docker-android.sh + sudo ANDROID_SDK_VER=21 ANDROID_ARCH=arm64 src/scripts/docker-android.sh This will produce the docker-builds/android folder containing each architecture compiled. |