Skip to content

runninghamster0/android_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Nitrogen OS Maintenance Release 2 Manifest

Create dirs, and install soft, libs

sudo su
apt-get update
apt-get install openjdk-8-jdk
apt-get install repo git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev libgl1-mesa-dev libxml2-utils xsltproc unzip
exit

Create nitrogen folder

mkdir ~/nitrogen
cd ~/nitrogen

GIT config (nickname, e-mail)

git config --global user.email "mail@domain.com"
git config --global user.name "login"

To initialize your local repository use

repo init -u https://github.com/nitrogen-project/android_manifest.git -b p

Then to sync up:

repo sync -j 16

Build command is

. build/envsetup.sh
lunch nitrogen_oneplus3-userdebug
make -j 7 otapackage

Official supported Devices

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published