Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 466 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 466 Bytes

##Initialize the source## repo init -u https://github.com/snak3ater/android_manifest.git -b N7

##Sync the source## repo sync -jx -f (x being however many cpu jobs)

##Setup build environment## . build/envsetup.sh

##Get the right device to build## lunch simpleaosp_hammerhead-user

##Build it## make otapackage -jx (x being however many cpu jobs)

##Credits## Google for AOSP, Rascarlo and Rastakat for a lot for commits, AOSPA, CM, Other that we may missed, Etc.