blob: 4c9d7671fb82fa6ec2de00a6f7528157950d5787 [file] [log] [blame]
#!/bin/bash
set -e
docker build -t ndkports .
# Default command for the docker image handles the NDK location, --stacktrace,
# task list, etc.
docker run --rm -v $(pwd):/src ndkports