Skip to content

SunOS-Project/android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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 [email protected]: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published