This script is a simple wrapper around ContainerizedAndroidBuilder.
-
Clone this repo
git clone --recursive https://github.com/iusmac/rova_builder.git -b 14-stable
(!) Pay attention to the --recursive option. It's required so that submodules are included as well.
-
Enter into it
cd rova_builder
-
Make the builder.sh executable
chmod +x builder.sh
-
Install Docker on your system
curl -fsSL https://get.docker.com | sudo sh -
-
(Optional) Open the builder.sh file and make appropriate changes for
--repo-url
,--ccache-size
, etc.Discover more about customizations and how to speed the build on ContainerizedAndroidBuilder.
- Run the builder
./builder.sh
- To init repo navigate to
Sources
>Init
(this should be done once) - To download source code navigate to
Sources
>Sync All
- Run the builder:
./builder.sh
- To start build navigate to
Build
>Build ROM
Don't forget to get latest builder updates using Self-update
option in the main menu or:
git pull --recurse-submodules