Skip to content

TEAM-RAZOR/platform_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Team Razor- The Team Of RAZOR-Developers

Getting Started

To get started with Team-Razor, you'll need to get familiar with Git and Repo.

Create the Directories

You will need to set up some directories in your build environment

To create them run:

mkdir -p ~/Razor

cd ~/Razor

To initialize your local repository using the Razor trees, use this command:

LOLLIPOP:

repo init -u git://github.com/TEAM-RAZOR/platform_manifest.git -b lp5.1

MARSHMALLOW:

    Grab the Sources here:
    
    https://github.com/Razor-Developers
                 OR
    initialize directly with this command:
    
    repo init -u git://github.com/Razor-Developers/platform_manifest.git -b mm-6.0

Then sync up with this command:

repo sync

Then build with this command:

    . build/envsetup.sh
    lunch
    make -j16 razor (Or simply run ./buildbot.sh <Device-Name>)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published