Skip to content

Latest commit

 

History

History

container

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Container

Build the AOSP build container with

docker build -t aosp .

Run the container with

docker run --rm -it -v </path/to/aosp-root>:/src/aosp aosp