Do not build the base archive for android platform.

We already have a base archive per android_<arch> platform.
We don't need to create another archive that will mainly include the
content of the other archives.
This commit is contained in:
Matthieu Gautier 2019-05-02 18:17:02 +02:00
parent 19ac17a637
commit 39d05d1b03
1 changed files with 3 additions and 2 deletions

View File

@ -324,8 +324,9 @@ if PLATFORM != 'flatpak':
f.extractall(str(HOME))
except URLError:
pass
run_kiwix_build('alldependencies', platform=PLATFORM)
make_deps_archive(name=base_dep_archive_name, full=True)
else:
run_kiwix_build('alldependencies', platform=PLATFORM)
make_deps_archive(name=base_dep_archive_name, full=True)
# A basic compilation to be sure everything is working (for a PR)