monado/.gitlab-ci/ndk_container_prep.sh
2020-11-02 17:04:51 +00:00

9 lines
166 B
Bash

#!/bin/bash
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
# SPDX-License-Identifier: BSL-1.0
(
cd $(dirname $0)
bash ./install-ndk.sh
)