monado/.gitlab-ci/ndk_container_prep.sh
2020-05-28 19:46:14 +00:00

7 lines
64 B
Bash

#!/bin/bash
(
cd $(dirname $0)
bash ./install-ndk.sh
)