Skip to content

Commit

Permalink
ANDROID: Install JDK instead of JRE
Browse files Browse the repository at this point in the history
This is needed for the latest Gradle versions
  • Loading branch information
lephilousophe committed Oct 30, 2024
1 parent b806f09 commit bdd052e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/m4/android/start.m4
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY --from=android-helpers /lib-helpers/functions-platform.sh \
RUN for i in $(seq 1 8); do mkdir -p "/usr/share/man/man${i}"; done && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
default-jre-headless \
default-jdk-headless \
nasm \
python3-protobuf && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit bdd052e

Please sign in to comment.