/Docker-Hi10-android-x86

experimental build environnement for building android x86 for hI10 chuwi tablet

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

Docker container for building android-x86 images

build docker image

sudo docker build -t android-x86-builder .

init new repo

sudo docker run -v ~/android-x86:/root/android-x86 -ti android-x86-builder /bin/initRepo

build android x86

volume must be link to android x86 existing repo

sudo docker run -v ~/android-x86:/root/android-x86 -i android-x86-builder