aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build-apk.sh
diff options
context:
space:
mode:
authorAngelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>2017-04-25 11:44:14 +0200
committerAngelo Mantellini <angelo.mantellini@irt-systemx.fr>2017-04-25 14:27:35 +0000
commit4ff32ec79cf0ba8ddb8c46f2f36adce379819643 (patch)
treee36c5a489efdc55bbac9da42dfbe6fa0d60c6590 /scripts/build-apk.sh
parent13c1de7a419e40af21254da23f11a08f2a59bb4d (diff)
create viper apk
Change-Id: I025e4ef889932c243e99687037a294222fd975c6 Signed-off-by: Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>
Diffstat (limited to 'scripts/build-apk.sh')
-rw-r--r--scripts/build-apk.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/build-apk.sh b/scripts/build-apk.sh
index 4f7e22fc..e8298a28 100644
--- a/scripts/build-apk.sh
+++ b/scripts/build-apk.sh
@@ -7,7 +7,7 @@ SCRIPT_PATH=$( cd "$(dirname "${BASH_SOURCE}")" ; pwd -P )
APT_PATH=`which apt-get` || true
apt_get=${APT_PATH:-"/usr/local/bin/apt-get"}
-BUILD_TOOLS="build-essential automake libconfig9 libtool lib32stdc++6 lib32z1 unzip default-jdk cmake"
+BUILD_TOOLS="p7zip-full build-essential automake libconfig9 libtool lib32stdc++6 lib32z1 unzip default-jdk libx11-xcb-dev libfontconfig1 libgl1-mesa-dev cmake"
# Parameters:
# $1 = Distribution [Trusty / CentOS]
@@ -172,4 +172,8 @@ make android_metis
# Compile iget
make android_iget
+# Compile viper
+make android_viper
+
+mv build/viper/viper-armv7//build/outputs/apk/viper-armv7-release-signed.apk iget_android/app/build/outputs/apk/
popd