Docker and Podman images to compile DivestOS easily

This commit is contained in:
ElCorzo 2023-07-14 20:40:49 +02:00 committed by Tad
parent 15de8ed2e8
commit 34f89596f9
5 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/bin/bash
mkdir -p $1 $2
docker run -it --rm -v $1:/home/$(id -un)/android -v $2:/home/$(id -un)/.ccache android-build-fedora