Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 849 Bytes

File metadata and controls

39 lines (31 loc) · 849 Bytes

SunOS-Project

How to build SunOS for your device - Tutorial

Downloading SunOS Source Codes

To get started with the building process, you'll need to get familiar with Git and Repo.

Initialize local repository

repo init -u git@github.com:SunOS-Project/android.git -b varuna

To save time, space and internet data during sync, use a command like this:

repo init --depth=1 -u git@github.com:SunOS-Project/android.git -b varuna

Sync

repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Build

Set up environment

. build/envsetup.sh

Choose a target

lunch sun_$device-ap3a-userdebug

Build the code

make bacon -jX