Skip to content

Commit

Permalink
android/android_get_symbols.sh: Add missing package "zip".
Browse files Browse the repository at this point in the history
This one is needed for packaging the android app. Was probably skipped
when creating the docker image.

Signed-off-by: AlexandraTrifan <[email protected]>
  • Loading branch information
AlexandraTrifan committed Aug 3, 2022
1 parent 1dd3437 commit ed39ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CI/android/android_get_symbols.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ SCOPY_GIT_TAG=$(git rev-parse --short HEAD)
SYMBOLS_FOLDER=android-build/build/intermediates/merged_native_libs/release/out/lib/
ARCHIVE_NAME=scopy-$SCOPY_GIT_TAG-android-native-symbols.zip

sudo apt-get install -y zip
pushd $SYMBOLS_FOLDER
zip -r $ARCHIVE_NAME *
popd
Expand Down

0 comments on commit ed39ca5

Please sign in to comment.