The open source OpenXR runtime
1#!/bin/sh
2# Copyright 2018-2020, 2022, 2024 Collabora, Ltd. and the Monado contributors
3# SPDX-License-Identifier: BSL-1.0
4
5##
6#######################################################
7# GENERATED - DO NOT EDIT #
8# see .gitlab-ci/install-ndk.sh.jinja instead #
9#######################################################
10##
11
12# Partially inspired by https://about.gitlab.com/blog/2018/10/24/setting-up-gitlab-ci-for-android-projects/
13
14VERSION=r26d
15FN=android-ndk-${VERSION}-linux.zip
16wget https://dl.google.com/android/repository/$FN
17unzip $FN -d /opt
18mv /opt/android-ndk-${VERSION} /opt/android-ndk