Skip to content

Commit 87b5143

Browse files
committed
Downgrage Java to OpenJDK 8
1 parent 40846b9 commit 87b5143

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

ci/android-install-sdk.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ case "$1" in
4747
;;
4848
esac;
4949

50-
# See: https://stackoverflow.com/a/51644855/1422197
51-
export JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee'
52-
5350
# --no_https avoids
5451
# javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
5552
yes | ./sdk/tools/bin/sdkmanager --licenses --no_https

ci/docker/aarch64-linux-android/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN dpkg --add-architecture i386 && \
99
python \
1010
unzip \
1111
expect \
12-
openjdk-11-jre \
12+
openjdk-8-jre \
1313
libstdc++6:i386 \
1414
libpulse0 \
1515
gcc \

ci/docker/arm-linux-androideabi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN dpkg --add-architecture i386 && \
99
python \
1010
unzip \
1111
expect \
12-
openjdk-11-jre \
12+
openjdk-8-jre \
1313
libstdc++6:i386 \
1414
libpulse0 \
1515
gcc \

ci/docker/i686-linux-android/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN dpkg --add-architecture i386 && \
99
python \
1010
unzip \
1111
expect \
12-
openjdk-11-jre \
12+
openjdk-8-jre \
1313
libstdc++6:i386 \
1414
libpulse0 \
1515
gcc \

0 commit comments

Comments
 (0)