summaryrefslogtreecommitdiffstats
path: root/jjb/cicn/include-raw-cicn-android-sdk-build.sh
blob: dc0054e8f4c5fdcc10d3ab1f02ad720ef5e9518b (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# basic build script example
set -euxo pipefail
IFS=$'\n\t'

pushd scripts
bash build-apk.sh
popd