To get started with building AOSP GSI, you'll need to get familiar with Git and Repo as well as How to build a GSI
Note:
- Pay attention to number 1 - 5
- You need at least 30 GB of RAM to build this
- At least 200 Free storage (HDD or SSD)
- There is a note (Notes.txt) That contains bootanim logo and default wallpaper path, and also system.img path. Hope it helps
- Pay attention to the KLC_OS/treble_aosp/build.sh script. I also write something there
- All KLC OS Files are inside KLCStuffs folder
-
Create a new working directory for your AOSP build and navigate to it:
mkdir klc_os; cd klc_os
-
Clone this repo:
git clone https://github.com/LoggingNewMemory/KLC_OS -b android15.0
-
Start the build, Good luck.
bash KLC_OS/treble_aosp/build.sh
Thanks to:
- ponces
- TrebleDroid Builders Community
- Wahid (Lend me a Server)