Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93defd6d authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

add ndk which is required for building mj pdf

parent cf53b6e8
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ FROM ubuntu:24.04
ARG ANDROID_SDK_VERSION=13114758
ENV ANDROID_SDK_ROOT="/sdk"
ENV ANDROID_HOME="/sdk"
ENV ANDROID_NDK="/sdk/ndk/"
ARG ANDROID_CMDLINE_TOOLS_BIN="${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin"

# Add Gradle and SDK tools to the PATH
@@ -20,7 +21,7 @@ RUN dpkg --add-architecture i386 && \

RUN apt-get -qq update && \
    apt-get install -qqy --no-install-recommends \
      aapt apksigner autoconf automake curl gcc git-core git-lfs \
      aapt apksigner autoconf automake cmake curl gcc git-core git-lfs \
      jq libpcaudio-dev libsonic-dev libstdc++6:i386 libc6-i386 \
      libtool locales make openjdk-11-jdk openjdk-17-jdk \
      openjdk-21-jdk openjdk-8-jdk openssh-client pkg-config \
+1 −0
Original line number Diff line number Diff line
build-tools;35.0.0
ndk;25.2.9519653
platforms;android-35
platform-tools