Android 4.0 的Linux Kernel 下载方法
现在大家发现以前的Android 的Linux Kernel 下载方法不能用了,如下$ git clone git://android.git.kernel.org/kernel/common.git修改git为http后可以下载$ git clone http://android.git.kernel.org/kernel/common.git总大下为400+MB,下载完成后可能发现common文件夹下什么也没有,$ git branch -a* mas...