Skip to content

Commit

Permalink
Change NDK from r21d to r20 to match AMC CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancoult committed Nov 7, 2024
1 parent fba1fad commit 8765aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/01-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ case "$TARGET_OS" in
sudo apt-get install -y unzip

# pdfium installs its version of the NDK, but we need one for compiling the example
ANDROID_NDK_VERSION="r21d" # https://dl.google.com/android/repository/android-ndk-r21d-linux-x86_64.zip # 21.3.6528147
ANDROID_NDK_VERSION="r20" # 20.0.5594570
ANDROID_NDK_FOLDER="android-ndk-$ANDROID_NDK_VERSION"
ANDROID_NDK_ZIP="android-ndk-$ANDROID_NDK_VERSION-linux-x86_64.zip"

Expand Down

0 comments on commit 8765aca

Please sign in to comment.