mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
CICD: Improve Location of Scripts for the Android Build Environment.
Move around the scripts required for the setup of the build environment for android to satisfy docker's requirement of locality. This allows the removal of an extra copy step, and avoids the creation of extra artefacts, while still providing the same functionality. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
ec83e157e9
commit
b5efaf661c
8 changed files with 4 additions and 21 deletions
|
@ -104,7 +104,7 @@ fi
|
|||
# FIX FOR ANDROID,
|
||||
if [ "$PLATFORM" == "singleAndroid" ] ; then
|
||||
CURRENT_OPENSSL="OpenSSL_1_1_1m"
|
||||
# If changing the openSSL version here, make sure to change it in packaging/android/variables.sh also.
|
||||
# If changing the openSSL version here, make sure to change it in scripts/docker/android-build-container/variables.sh also.
|
||||
fi
|
||||
# no curl and old libs (never version breaks)
|
||||
# check whether to use curl or wget
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue