Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 918 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 918 Bytes

The PureNexus Project

Getting Started

To build PureNexus from source, you'll need to be familiar with Git and Repo.

To initialize your local repository, use this command:

repo init -u https://github.com/PureNexusProject/manifest.git -b o-mr1

Then to sync source, use this command:

repo sync

After syncing is done, do one of the following to build:

bash build.sh --help

OR

1.) . build/envsetup.sh
2.) brunch xxxx yyyy

xxxx= device name aka shamu
yyyy= build type (user,userdebug,eng)*

*if no build type is specified "user" is default

Enjoy, Stick around for a while AOSP Building is Fun!!!

PureNexus Community on Google+

PureNexusProject-Legacy Old Source and Reference code