Skip to content

Commit 8790da3

Browse files
committed
ci: Drop unneeded packages in "ARM64 Android APK" task
1 parent d4d9daf commit 8790da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
export LC_ALL=C.UTF-8
88

99
export HOST=aarch64-linux-android
10-
export PACKAGES="clang llvm unzip openjdk-8-jdk gradle"
10+
export PACKAGES="unzip openjdk-8-jdk gradle"
1111
export CONTAINER_NAME=ci_android
1212
export DOCKER_NAME_TAG="ubuntu:focal"
1313

0 commit comments

Comments
 (0)