IceColdJelly/platform_manifest
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Getting Started --------------- To get started with Android, you'll need to get familiar with [Git and Repo](http://source.android.com/download/using-repo). Big thanks goes to tgascoigne and TeamNDVRu for OneX fixes To initialize your local repository using the IceColdJelly trees, use a command like this: repo init -u git://github.com/IceColdJelly/platform_manifest.git -b jb Then to sync up: repo sync -j16 To build: . build/envsetup.sh lunch aokp_endeavoru-userdebug make -j6 bacon OR if you have installed ccache use this build script for faster compilation ./vendor/aokp/build.sh