CI: setup NDK/SDK

This commit is contained in:
Leonid Pliushch 2020-07-01 20:00:14 +03:00
parent d0dce8ed07
commit 104255b4fe

View File

@ -53,6 +53,7 @@ jobs:
fi fi
# Install build tools # Install build tools
./scripts/setup-ubuntu.sh ./scripts/setup-ubuntu.sh
./scripts/setup-android-sdk.sh
# Remove duplicates and deleted packages from $PACKAGE_NAMES. # Remove duplicates and deleted packages from $PACKAGE_NAMES.
# Write names of deleted packages to a list that will be passed to upload job for # Write names of deleted packages to a list that will be passed to upload job for
# further processing. # further processing.