How to build Android Kernel with CircleCI

Hello there, for many days I have been searching about how to build an Android kernel using CI, but failed as there is no such post or guide about it. I’m new here so please be gentle, if O did something wrong by posting this in the discussion.
If you got any type of method on how to build an Android kernel with CI please help me with that.
Thank you for hearing me out.

Hi,

Have you built the Android kernel before locally on your machine?

I haven’t done it myself but how you would build on on your local machine is more or less how you would do it on CircleCI as well. A circle.yml file in your repository contains instructions for what CircleCI should do when running your build.

Is this for something public? I’d be happy to follow along.