Compiling AOSP

Before your images run successfully, you need to import the proprietary drivers. So if you want to compile gingerbread and let’s say you need to run it on a Nexus 1, you need to take an original Nexus 1 with gingerbread and import the drivers.  To do this connect the original Nexus One to your build machine and run “/device/htc/passion/extract-files.sh.

If you dont have a device with you, drivers can be downloaded as well. Go to https://developers.google.com/android/nexus/drivers and grab the tar files from there. Untar them in the root folder of your android source and run all of them. This should create a vendor folder with the device you need.

Comments

  1. also:
    http://source.android.com/source/building-kernels.html

    ReplyDelete

Post a Comment

Popular posts from this blog

endmenu in different file than menu?

A binary with debug symbols with the Android NDK

Converting int to char* in C/C++