monado/.gitlab-ci/install-ndk.sh

9 lines
283 B
Bash
Raw Normal View History

2020-04-28 16:48:59 +00:00
#!/bin/sh
2020-10-30 22:31:46 +00:00
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
# SPDX-License-Identifier: BSL-1.0
2020-04-28 16:48:59 +00:00
VERSION=r21
FN=android-ndk-${VERSION}-linux-x86_64.zip
wget https://dl.google.com/android/repository/$FN
unzip $FN -d /opt
mv /opt/android-ndk-${VERSION} /opt/android-ndk