Hi, That set of patches is only for the android 1.5r2 sdk. It does not contain any kernel level patches. You need to split that file, and then go to each directory in android and type
$ git apply <patchfilename> where <patchfilename> is the name of the patch file fragment take from the file. It is a limitation of repo, you can get a diff out of it, but you cannot apply an entire patch file to the entire tree. If you don't know how to apply a patch file, then try to make the modifications manually by hand. Elvis --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
