Skip to content

Commit

Permalink
Android: install unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Mar 24, 2024
1 parent f9c04f1 commit 75dfbbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions steps/01-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ echo "$DepotTools_DIR" >> "$PATH_FILE"

case "$TARGET_OS" in
android)
sudo apt-get update
sudo apt-get install -y unzip

# pdfium installs its version of the NDK, but we need one for compiling the example
ANDROID_NDK_VERSION="r25c"
ANDROID_NDK_FOLDER="android-ndk-$ANDROID_NDK_VERSION"
Expand Down

0 comments on commit 75dfbbc

Please sign in to comment.