Sign inSign up

gmacario/build-aosp

By gmacario

Updated about 5 years ago

Image
2

1.8K

gmacario/build-aosp repository overview

build-aosp

This project helps rebuilding firmware images of the Android Open Source Project.

WARNING: Still experimental, use at your own risk!

Build the Docker image
$ docker build -t gmacario/build-aosp build-aosp/
Run the Docker image
$ docker run -ti gmacario/build-aosp

Then logged as build@container you may follow the instructions at https://source.android.com/source/downloading.html:

$ git config --global user.name "Your Name"
$ git config --global user.email "[email protected]"
$ git config --global color.ui auto
$ mkdir -p ~/aosp && cd ~/aosp
$ repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.1_r1
$ repo sync

Tag summary

Content type

Image

Digest

sha256:e4aaa4119

Size

303.3 MB

Last updated

about 5 years ago

docker pull gmacario/build-aosp