tags:

views:

39

answers:

1

Hi,

I have vanilla linux kernel version 2.6.27. I want to apply android specific patches and convert it to android linux kernel 2.6.27. Where can a user find the patches to convert a normal vanilla kernel into android kernel?

A: 

The Android git repo on kernel.org might have what you want here: http://android.git.kernel.org/

Alternatively, I advise you check http://developer.android.com and look at the SDK for clues. Does this help?

yonkeltron