Category: scratchpad.

Scratchpad – Building the Android Kernel

Posted by in scratchpad, on March 20, 2015

/* Initialize Environment and Download source */ https://source.android.com/source/building-kernels.html /* Download specific kernel */ git clone https://android.googlesource.com/kernel/msm.git *** when download is finished, you will have an empty directory until you checkout something *** /* list branches available */ git branch -a git branch -a –contains <commit> /* checkout what you are after (a specific branch and/or […]