To build neXus4ever 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/nexus4ever/manifest.git -b n-7.1
Then to use the mako sources, use this command:
mkdir .repo/local_manifests && cp .repo/manifests/local_manifests/roomservice.xml .repo/local_manifests
Then to sync source, use this command:
repo sync
After syncing is done, use these commands to build:
1.) . build/envsetup.sh
2.) brunch xxxx yyyy
xxxx= device name aka mako
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!!!
@spezi77 on XDA @Funny-Bunny on XDA @nitin1438 on XDA
Big thanks to the [PureNexusProject] (https://github.com/PureNexusProject) Source, [nitrogen-project] (https://github.com/nitrogen-project) Source and Reference code