Building android go from AOSP Q Beta 1 code

2.4k Views Asked by At

I am newbie to ROM development. I have a Moto e 1st gen device sitting around. I wanted to give it another life. So I was trying to build Android Go from AOSP Q Beta 1 source code. I don't know how to add a product and how to configure it to build Android Go. Please help me to configure and build it.

1

There are 1 best solutions below

3
On

To build a rom from scratch, you need the device trees, kernel source code(or pre-built image), vendor blobs and the required HALs. From your question I understand you don't have any device tree lying around for your device. First try to build roms like LineageOS using the existing trees for your device. Also the Q source code is not the real deal. It is only the master branch and the full source code will only be released once Q is announced.So as I said, try building roms like LineageOS first.