diff options
author | David Carlier <[email protected]> | 2019-07-04 09:19:07 +0000 |
---|---|---|
committer | David Carlier <[email protected]> | 2019-07-04 09:20:03 +0000 |
commit | 0533bf55effbcc3aba976ee223a569cecc628c2a (patch) | |
tree | aa3cb12ca3a7b29b4d7eac620b2d0c6bec2c36e5 /doc | |
parent | 957b7395118e01169a3db130020b8f5e931ba499 (diff) |
Update the doc accordingly
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. |