Skip to content

Axxion-Team/android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

To get started with Axxion ROM, you'll need to get familiar with Git and Repo.

To build Axxion you need to first create a directory for the source code using "mkdir" an example would be:

mkdir android/Axxion

You must the change directory or "cd" so run:

cd android/Axxion

To initialize your local repository using the Axxion trees, use a command like this:

repo init -u git://github.com/Axxion-Team/android.git -b pop

or for omap4 use:

repo init -u git://github.com/Axxion-Team/android.git -b omap

Then to sync up:

repo sync -j4

Or be lazy and run it all in one with:

mkdir (directory) && cd (directory) && repo int -u git://github.com/Axxion-Team-Rebase/android.git -b (pop/omap) && repo sync -j4

Then to build:

. build/envsetup.sh && time brunch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published