monado/.gitlab-ci/ndk_container_prep.sh

9 lines
166 B
Bash
Raw Normal View History

2020-04-28 16:48:59 +00:00
#!/bin/bash
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
(
cd $(dirname $0)
bash ./install-ndk.sh
)