Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
gherynos committed Jul 18, 2020
1 parent 76b5a8d commit 9a512ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/compile.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

NDK_VER=r20b
NDK_PLATFORM_NUM=21
Expand All @@ -10,8 +11,8 @@ LIBSALTPACK_VER=v0.3.1
PT=/opt/libsaltpack-jni/android/tmp
cd $PT || exit

apt update
apt install -y git zip unzip wget build-essential autoconf libtool python openjdk-8-jdk maven
apt-get update
apt-get install -y git zip unzip wget build-essential autoconf libtool python openjdk-8-jdk maven

# Android NDK
echo "Android NDK"
Expand Down

0 comments on commit 9a512ab

Please sign in to comment.